From d42ca55c080885b854276f3c9d9369bfa7328ac6 Mon Sep 17 00:00:00 2001 From: V Date: Fri, 21 Feb 2025 21:22:07 -0700 Subject: [PATCH] Update docker-publish.yml oops, I lied...Fixed this time. --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index de52e6a..355a1a7 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -37,7 +37,7 @@ jobs: # image name is dumbdrop, in the docker user's repo # this allows the push to work in forks images: | - nname=dumbwareio/dumbdrop + name=dumbwareio/dumbdrop tags: | # 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