ci: use depot for docker builds (#23661)
This commit is contained in:
parent
bb03cd1c15
commit
c0fafff838
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
@ -61,8 +61,9 @@ jobs:
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Publish to GitHub Packages
|
||||
uses: docker/build-push-action@v6
|
||||
uses: depot/build-push-action@v1
|
||||
with:
|
||||
project: gnm1jqptpw
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
|
||||
3
.github/workflows/proto-docker.yml
vendored
3
.github/workflows/proto-docker.yml
vendored
@ -58,8 +58,9 @@ jobs:
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Publish to GHCR
|
||||
uses: docker/build-push-action@v6
|
||||
uses: depot/build-push-action@v1
|
||||
with:
|
||||
project: gnm1jqptpw
|
||||
context: ./contrib/devtools
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user