chore: back port depot (#23682)
Co-authored-by: Zygimantas <5236121+Zygimantass@users.noreply.github.com>
This commit is contained in:
parent
4f9882b552
commit
ec78863c60
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
@ -60,8 +60,9 @@ jobs:
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Publish to GitHub Packages
|
||||
uses: docker/build-push-action@v4
|
||||
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@v4
|
||||
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