Skip to content

Commit 7130439

Browse files
authored
add depot to the other releases (#2424)
1 parent f2509ab commit 7130439

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

.github/workflows/drift-release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,11 @@ jobs:
4848
type=ref,event=tag
4949
type=raw,value=latest
5050
51-
- name: Build and push Docker image
52-
uses: docker/build-push-action@v5
51+
- uses: depot/setup-action@v1
52+
- uses: depot/build-push-action@v1
5353
with:
54+
project: f11hp4hlmg
55+
token: ${{ secrets.DEPOT_TOKEN }}
5456
context: .
5557
file: ./Dockerfile_drift
5658
push: true

.github/workflows/taco-release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,11 @@ jobs:
176176
type=ref,event=tag
177177
type=raw,value=latest
178178
179-
- name: Build and push Docker image
180-
uses: docker/build-push-action@v5
179+
- uses: depot/setup-action@v1
180+
- uses: depot/build-push-action@v1
181181
with:
182+
project: q63j2g84tp
183+
token: ${{ secrets.DEPOT_TOKEN }}
182184
context: ./taco
183185
file: ./taco/${{ steps.service.outputs.dockerfile }}
184186
push: true

.github/workflows/ui-release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,12 @@ jobs:
4848
type=ref,event=tag
4949
type=raw,value=latest
5050
51-
- name: Build and push Docker image
52-
uses: docker/build-push-action@v5
51+
52+
- uses: depot/setup-action@v1
53+
- uses: depot/build-push-action@v1
5354
with:
55+
project: n4w66j9g6t
56+
token: ${{ secrets.DEPOT_TOKEN }}
5457
context: .
5558
file: ./Dockerfile_ui
5659
push: true

0 commit comments

Comments
 (0)