Skip to content

Commit 41bd0e3

Browse files
chore(deps): update docker/build-push-action action to v6 (#71)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bd065b8 commit 41bd0e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/acr_docker_image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
images: ${{ secrets.ACR_ENDPOINT }}/${{ env.IMAGE_NAME }}
3030

3131
- name: Build and push
32-
uses: docker/build-push-action@v3
32+
uses: docker/build-push-action@v6
3333
with:
3434
context: .
3535
push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')}}

0 commit comments

Comments
 (0)