We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad6dde3 + 123c848 commit 8da607bCopy full SHA for 8da607b
.github/workflows/container-image.yml
@@ -98,7 +98,7 @@ jobs:
98
echo TAG_NAME=$(echo $GITHUB_REF | sed -e "s|refs/tags/||") >> $GITHUB_ENV
99
- name: Push and push container image
100
id: build-image
101
- uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
+ uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2.0
102
with:
103
context: .
104
file: ./Dockerfile.github
0 commit comments