We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0473ca commit 36237edCopy full SHA for 36237ed
.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@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
73
with:
74
context: ./
75
tags: ${{ steps.img_meta.outputs.tags }}
.github/workflows/self-hosted-build-docker-image.yml
0 commit comments