We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd065b8 commit 41bd0e3Copy full SHA for 41bd0e3
.github/workflows/acr_docker_image.yml
@@ -29,7 +29,7 @@ jobs:
29
images: ${{ secrets.ACR_ENDPOINT }}/${{ env.IMAGE_NAME }}
30
31
- name: Build and push
32
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v6
33
with:
34
context: .
35
push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')}}
0 commit comments