We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8eb154a + 09bbcfc commit c8eef58Copy full SHA for c8eef58
1 file changed
.github/workflows/docker.yml
@@ -68,7 +68,7 @@ jobs:
68
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
69
70
- name: Build and push Docker image
71
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
72
with:
73
context: .
74
push: true
0 commit comments