File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ jobs:
144
144
- name : Inject version
145
145
run : yarn workspace @graphql-hive/gateway tsx scripts/inject-version ${{ fromJSON(steps.ver-gateway.outputs.result).version }}
146
146
- name : Bake and Push
147
- uses : docker/bake-action@37816e747588cb137173af99ab33873600c46ea8 # v6
147
+ uses : docker/bake-action@3acf805d94d93a86cce4ca44798a76464a75b88c # v6
148
148
env :
149
149
GATEWAY_TAGS : ${{ fromJSON(steps.ver-gateway.outputs.result).tags }}
150
150
with :
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ jobs:
170
170
run : yarn workspace @graphql-hive/gateway bundle
171
171
- if : matrix.setup.gateway-runner == 'docker' || matrix.setup.gateway-runner == 'bun-docker'
172
172
name : Bake
173
- uses : docker/bake-action@37816e747588cb137173af99ab33873600c46ea8 # v6
173
+ uses : docker/bake-action@3acf805d94d93a86cce4ca44798a76464a75b88c # v6
174
174
with :
175
175
source : .
176
176
targets : e2e${{ matrix.setup.gateway-runner == 'bun-docker' && '_bun' || '' }}
@@ -216,7 +216,7 @@ jobs:
216
216
E2E_GATEWAY_RUNNER : ${{ matrix.runtime == 'Bun' && 'bun-docker' || 'docker' }}
217
217
run : yarn workspace @graphql-hive/gateway bundle
218
218
- name : Bake
219
- uses : docker/bake-action@37816e747588cb137173af99ab33873600c46ea8 # v6
219
+ uses : docker/bake-action@3acf805d94d93a86cce4ca44798a76464a75b88c # v6
220
220
with :
221
221
source : .
222
222
# we build the e2e image because the release image cant be loaded due to annotations and platforms
You can’t perform that action at this time.
0 commit comments