Skip to content

Commit 9306346

Browse files
committed
chore: adjust docker image
1 parent b76e80b commit 9306346

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ jobs:
6161
with:
6262
file: Dockerfile
6363
tags: |
64-
druid:latest
65-
druid:stable
66-
druid:${{ needs.build.outputs.version }}
67-
druid:${{ needs.build.outputs.version_tag }}
64+
highcard/druidd-base:latest
65+
highcard/druidd-base:stable
66+
highcard/druidd-base:${{ needs.build.outputs.version }}
67+
highcard/druidd-base:${{ needs.build.outputs.version_tag }}
6868
push: true
6969
build-args: |
7070
VERSION=${{ needs.build.outputs.version }}

0 commit comments

Comments
 (0)