We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0473ca commit ba1e553Copy full SHA for ba1e553
2 files changed
.github/workflows/build-docker-image.yml
@@ -69,7 +69,7 @@ jobs:
69
70
- name: Build and push
71
id: docker_build
72
- uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4.0.0
+ uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
73
with:
74
context: ./
75
tags: ${{ steps.img_meta.outputs.tags }}
.github/workflows/self-hosted-build-docker-image.yml
0 commit comments