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