We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2bcd69 commit a08d328Copy full SHA for a08d328
.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