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 60deb67 commit 5978a4bCopy full SHA for 5978a4b
.github/workflows/build_docker.yml
@@ -53,11 +53,11 @@ jobs:
53
githubTags=""
54
55
if [ -n "$latestDockerTag" ]; then
56
- githubTags="$githubTags,ghcr.io/cleanuparr:$latestDockerTag"
+ githubTags="$githubTags,ghcr.io/testing:$latestDockerTag"
57
fi
58
59
if [ -n "$versionDockerTag" ]; then
60
- githubTags="$githubTags,ghcr.io/cleanuparr:$versionDockerTag"
+ githubTags="$githubTags,ghcr.io/testing:$versionDockerTag"
61
62
63
# set env vars
0 commit comments