File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ jobs:
150
150
uses : docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
151
151
with :
152
152
context : .
153
- target : node
153
+ target : normal
154
154
file : ./docker/Dockerfile
155
155
push : ${{ github.event_name != 'pull_request' }}
156
156
tags : ${{ steps.meta.outputs.tags }}
@@ -197,7 +197,7 @@ jobs:
197
197
uses : docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
198
198
with :
199
199
context : .
200
- target : jruby-node
200
+ target : jruby
201
201
file : ./docker/Dockerfile
202
202
push : ${{ github.event_name != 'pull_request' }}
203
203
tags : ${{ steps.meta.outputs.tags }}
@@ -244,7 +244,7 @@ jobs:
244
244
uses : docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
245
245
with :
246
246
context : .
247
- target : truffleruby-node
247
+ target : truffleruby
248
248
file : ./docker/Dockerfile
249
249
push : ${{ github.event_name != 'pull_request' }}
250
250
tags : ${{ steps.meta.outputs.tags }}
You can’t perform that action at this time.
0 commit comments