Skip to content

Commit 8ac0405

Browse files
CI: fix dockerhub builds
1 parent 682b49a commit 8ac0405

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dockerHub.yml

+3-3
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)