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 c3dcf6b commit 56e94fdCopy full SHA for 56e94fd
2 files changed
.github/workflows/image-build.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
20
21
- name: Build Docker image
22
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
+ uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.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