Skip to content

Commit b6fe995

Browse files
author
Dennis Labordus
committed
Added docker file and dockerhub publish action.
Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
1 parent 937a768 commit b6fe995

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dockerhub_publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,6 @@ jobs:
3232
uses: docker/build-push-action@v2
3333
with:
3434
push: true
35-
tags: lfenergycompas/compas-open-scd:${GITHUB_REF##*/} lfenergycompas/compas-open-scd:latest
35+
tags: |
36+
lfenergycompas/compas-open-scd:${GITHUB_REF##*/}
37+
lfenergycompas/compas-open-scd:latest

0 commit comments

Comments
 (0)