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