We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b22daa2 commit 66e5dcdCopy full SHA for 66e5dcd
.github/workflows/docker.yml
@@ -66,7 +66,7 @@ jobs:
66
labels: ${{ steps.meta.outputs.labels }}
67
68
- name: Build and push Docker image
69
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
70
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
71
with:
72
context: .
0 commit comments