We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2bcd69 + a08d328 commit f4248d4Copy full SHA for f4248d4
.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@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
+ uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.0
102
with:
103
context: .
104
file: ./Dockerfile.github
0 commit comments