We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e7d2cb + 389e6a2 commit 1d6b04dCopy full SHA for 1d6b04d
.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@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
+ uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2.0
18
with:
19
file: ${{ inputs.DOCKER_FILE }}
20
tags: ${{ inputs.DOCKER_REPO }}:latest
0 commit comments