We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3236a72 commit a923bb9Copy full SHA for a923bb9
.github/workflows/docker-publish.yml
@@ -37,7 +37,7 @@ jobs:
37
# image name is dumbdrop, in the docker user's repo
38
# this allows the push to work in forks
39
images: |
40
- name=${{ secrets.DOCKER_USERNAME }}/dumbdrop
+ nname=dumbwareio/dumbdrop
41
tags: |
42
# the semantic versioning tags add "latest" when a version tag is present
43
# but since version tags aren't being used (yet?) let's add "latest" anyway
0 commit comments