Skip to content

Commit 5978a4b

Browse files
committed
fixed test docker build
1 parent 60deb67 commit 5978a4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ jobs:
5353
githubTags=""
5454
5555
if [ -n "$latestDockerTag" ]; then
56-
githubTags="$githubTags,ghcr.io/cleanuparr:$latestDockerTag"
56+
githubTags="$githubTags,ghcr.io/testing:$latestDockerTag"
5757
fi
5858
5959
if [ -n "$versionDockerTag" ]; then
60-
githubTags="$githubTags,ghcr.io/cleanuparr:$versionDockerTag"
60+
githubTags="$githubTags,ghcr.io/testing:$versionDockerTag"
6161
fi
6262
6363
# set env vars

0 commit comments

Comments
 (0)