Skip to content

Commit ec12934

Browse files
committed
ci: revert back to native docker build-push since we already run on depot ci runners
1 parent 700aa71 commit ec12934

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,6 @@ jobs:
158158
docker:
159159
name: "Build & Push Docker Images"
160160
needs: [setup]
161-
permissions:
162-
# Allows Depot to authenticate with GitHub OIDC
163-
id-token: write
164-
# Allow reading repository contents
165-
contents: read
166161
strategy:
167162
matrix:
168163
include:
@@ -193,7 +188,7 @@ jobs:
193188
github_token: ${{ secrets.GITHUB_TOKEN}}
194189

195190
- name: Build & Push (rivetkit/engine:full)
196-
uses: depot/build-push-action@v1
191+
uses: docker/build-push-action@v4
197192
with:
198193
context: .
199194
push: true
@@ -210,7 +205,7 @@ jobs:
210205
# netrc=${{ runner.temp }}/netrc
211206

212207
- name: Build & Push (rivetkit/engine:slim)
213-
uses: depot/build-push-action@v1
208+
uses: docker/build-push-action@v4
214209
with:
215210
context: .
216211
push: true

0 commit comments

Comments
 (0)