Update docker-publish.yml

Did the thing, didn't break everything... I think. Name=dumbwareio/dumbdrop
This commit is contained in:
V
2025-02-21 21:20:33 -07:00
committed by GitHub
parent 3236a727ff
commit a923bb957a

View File

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