chore: back port depot (#23682)

Co-authored-by: Zygimantas <5236121+Zygimantass@users.noreply.github.com>
This commit is contained in:
Alex | Interchain Labs 2025-02-12 14:28:14 -05:00 committed by GitHub
parent 4f9882b552
commit ec78863c60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -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 }}

View File

@ -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' }}