File tree Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments