We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9659ab4 + 7758480 commit 61ee2f8Copy full SHA for 61ee2f8
.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@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
+ uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0
102
with:
103
context: .
104
file: ./Dockerfile.github
0 commit comments