Skip to content

Commit ec78863

Browse files
aljo242Zygimantass
andauthored
chore: back port depot (#23682)
Co-authored-by: Zygimantas <[email protected]>
1 parent 4f9882b commit ec78863

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/docker.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ jobs:
6060
password: ${{ secrets.GITHUB_TOKEN }}
6161

6262
- name: Publish to GitHub Packages
63-
uses: docker/build-push-action@v4
63+
uses: depot/build-push-action@v1
6464
with:
65+
project: gnm1jqptpw
6566
platforms: linux/amd64,linux/arm64
6667
push: ${{ github.event_name != 'pull_request' }}
6768
tags: ${{ steps.meta.outputs.tags }}

.github/workflows/proto-docker.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@ jobs:
5858
password: ${{ secrets.GITHUB_TOKEN }}
5959

6060
- name: Publish to GHCR
61-
uses: docker/build-push-action@v4
61+
uses: depot/build-push-action@v1
6262
with:
63+
project: gnm1jqptpw
6364
context: ./contrib/devtools
6465
platforms: linux/amd64,linux/arm64
6566
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)