We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f9882b commit ec78863Copy full SHA for ec78863
.github/workflows/docker.yml
@@ -60,8 +60,9 @@ jobs:
60
password: ${{ secrets.GITHUB_TOKEN }}
61
62
- name: Publish to GitHub Packages
63
- uses: docker/build-push-action@v4
+ uses: depot/build-push-action@v1
64
with:
65
+ project: gnm1jqptpw
66
platforms: linux/amd64,linux/arm64
67
push: ${{ github.event_name != 'pull_request' }}
68
tags: ${{ steps.meta.outputs.tags }}
.github/workflows/proto-docker.yml
@@ -58,8 +58,9 @@ jobs:
58
59
- name: Publish to GHCR
context: ./contrib/devtools
0 commit comments