Skip to content

Commit ea57e13

Browse files
authored
separate docker hub username and namespace (#11)
1 parent abd8654 commit ea57e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
# e.g. fairdata/fairdatapoint
3838
images: |
39-
${{ vars.DOCKER_HUB_USERNAME }}/${{ vars.DOCKER_IMAGE_NAME }}
39+
${{ vars.DOCKER_HUB_NAMESPACE }}/${{ vars.DOCKER_IMAGE_NAME }}
4040
# `latest` tag is generated by default
4141
tags: |
4242
type=ref,event=branch

0 commit comments

Comments
 (0)