Skip to content

Commit a923bb9

Browse files
authored
Update docker-publish.yml
Did the thing, didn't break everything... I think. Name=dumbwareio/dumbdrop
1 parent 3236a72 commit a923bb9

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
@@ -37,7 +37,7 @@ jobs:
3737
# image name is dumbdrop, in the docker user's repo
3838
# this allows the push to work in forks
3939
images: |
40-
name=${{ secrets.DOCKER_USERNAME }}/dumbdrop
40+
nname=dumbwareio/dumbdrop
4141
tags: |
4242
# the semantic versioning tags add "latest" when a version tag is present
4343
# but since version tags aren't being used (yet?) let's add "latest" anyway

0 commit comments

Comments
 (0)