Skip to content

Commit

Permalink
Fix typo in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-couto committed Jan 14, 2025
1 parent 3c12d2a commit b1ad66f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
echo '${{ secrets.GITHUB_TOKEN }}' | sudo docker login ghcr.io -u '${{ github.actor }}' --password-stdin
echo 'Pulling latest image...'
sudo docker pull ghcr.io/igor-couto/avatarize:latest
sudo docker pull ghcr.io/igor-couto/avatarize-api:latest
echo 'Stopping and removing any old container...'
sudo docker rm -f avatarize-api || true
Expand All @@ -116,6 +116,6 @@ jobs:
--name avatarize-api \
--restart=always \
-p 50040:50040 \
ghcr.io/igor-couto/avatarize:latest
ghcr.io/igor-couto/avatarize-api:latest
"
shell: bash

0 comments on commit b1ad66f

Please sign in to comment.