From a923bb957a5d41e3b0d81fe6701b876afdfd5150 Mon Sep 17 00:00:00 2001 From: V Date: Fri, 21 Feb 2025 21:20:33 -0700 Subject: [PATCH] Update docker-publish.yml Did the thing, didn't break everything... I think. Name=dumbwareio/dumbdrop --- .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 cb3c2e4..de52e6a 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: | - name=${{ secrets.DOCKER_USERNAME }}/dumbdrop + nname=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