We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bff10da + 3b08519 commit a95f7b0Copy full SHA for a95f7b0
1 file changed
.github/workflows/build-and-push-images.yaml
@@ -45,7 +45,7 @@ jobs:
45
working-directory: ./go-demo
46
run: ./release.sh
47
- name: Build and push image
48
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v6
49
with:
50
context: ./go-demo/
51
tags: |
0 commit comments