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 4c72fc0Copy full SHA for 4c72fc0
.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@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
73
with:
74
context: ./
75
tags: ${{ steps.img_meta.outputs.tags }}
.github/workflows/self-hosted-build-docker-image.yml
0 commit comments