File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ jobs:
150150 uses : docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
151151 with :
152152 context : .
153- target : node
153+ target : normal
154154 file : ./docker/Dockerfile
155155 push : ${{ github.event_name != 'pull_request' }}
156156 tags : ${{ steps.meta.outputs.tags }}
@@ -197,7 +197,7 @@ jobs:
197197 uses : docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
198198 with :
199199 context : .
200- target : jruby-node
200+ target : jruby
201201 file : ./docker/Dockerfile
202202 push : ${{ github.event_name != 'pull_request' }}
203203 tags : ${{ steps.meta.outputs.tags }}
@@ -244,7 +244,7 @@ jobs:
244244 uses : docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
245245 with :
246246 context : .
247- target : truffleruby-node
247+ target : truffleruby
248248 file : ./docker/Dockerfile
249249 push : ${{ github.event_name != 'pull_request' }}
250250 tags : ${{ steps.meta.outputs.tags }}
You can’t perform that action at this time.
0 commit comments