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 7669320 commit b73ef03Copy full SHA for b73ef03
1 file changed
.github/workflows/release.yml
@@ -81,7 +81,7 @@ jobs:
81
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
82
83
- name: Warm cache (no push) [${{ matrix.platform }}]
84
- uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
+ uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
85
with:
86
context: .
87
file: ./Dockerfile
@@ -135,7 +135,7 @@ jobs:
135
org.opencontainers.image.created=${{ steps.ts.outputs.TIMESTAMP }}
136
137
- name: Build & Push (multi-arch)
138
139
140
141
0 commit comments