We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f298530 + 2d2577c commit dc626a5Copy full SHA for dc626a5
.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@a254f8ca60a858f3136a2f1f23a60969f2c402dd # v6.4.0
+ uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
102
with:
103
context: .
104
file: ./Dockerfile.github
0 commit comments