Skip to content

Commit

Permalink
User correct destination tag when tagging with latest
Browse files Browse the repository at this point in the history
  • Loading branch information
elzik committed Sep 26, 2022
1 parent cadf542 commit cc6da1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
docker build . -t "ghcr.io/elzik/mecon:$tag" -f ./Build/Dockerfile
if [ $branch == "main" ]; then
echo "Tagging with latest"
docker tag "ghcr.io/elzik/mecon:$tag" erzulie/mecon:latest
docker tag "ghcr.io/elzik/mecon:$tag" ghcr.io/elzik/mecon:latest
fi
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand Down

0 comments on commit cc6da1e

Please sign in to comment.