We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7edb6e2 commit 563ffc0Copy full SHA for 563ffc0
2 files changed
.github/workflows/image-build.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
20
21
- name: Build Docker image
22
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
+ uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6.19.0
23
with:
24
context: .
25
platforms: linux/amd64,linux/arm64
.github/workflows/release.yml
@@ -51,7 +51,7 @@ jobs:
51
type=raw,value=${{ steps.tag.outputs.VERSION }}
52
53
- name: Build and push container
54
55
56
57
0 commit comments