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 7150b66 commit 4e718a0Copy full SHA for 4e718a0
.github/workflows/release.yml
@@ -201,17 +201,11 @@ jobs:
201
uses: docker/build-push-action@v6
202
with:
203
context: .
204
- load: true
+ push: true
205
file: docker/Dockerfile
206
platforms: linux/amd64,linux/arm64
207
tags: ${{ steps.meta.outputs.tags }}
208
labels: ${{ steps.meta.outputs.labels }}
209
cache-from: |
210
type=gha,scope=docker-release-amd64
211
type=gha,scope=docker-release-arm64
212
-
213
- - name: Push image to GitHub Container Registry
214
- run: docker image push --all-tags ghcr.io/${{ github.repository}}
215
216
- - name: Push image to DigitalOcean Container Registry
217
- run: docker image push --all-tags registry.digitalocean.com/${{ github.repository }}
0 commit comments