We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90fc167 + 2af48b4 commit f6d3b09Copy full SHA for f6d3b09
.github/actions/docker-build/action.yml
@@ -14,7 +14,7 @@ runs:
14
using: composite
15
steps:
16
- name: Build container image and push to Azure
17
- uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
+ uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
18
with:
19
file: ${{ inputs.DOCKER_FILE }}
20
tags: ${{ inputs.DOCKER_REPO }}:latest
0 commit comments