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