We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 760bfea commit bf0476aCopy full SHA for bf0476a
.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@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0
+ uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v6.0.0
102
with:
103
context: .
104
file: ./Dockerfile.github
0 commit comments