Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
env : docker-publish fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kasterra committed May 22, 2024
1 parent 4806ad2 commit d38f4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
ssh -p ${{secrets.SSH_PORT}} ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} "
cd ${{ secrets.WORK_DIR }}
echo $DOCKER_PASSWORD | docker login ghcr.io -u $DOCKER_USERNAME --password-stdin
echo ${{secrets.DOCKER_PASSWORD}} | docker login ghcr.io -u ${{secrets.DOCKER_USERNAME}} --password-stdin
docker compose pull
docker compose up -d
exit
Expand Down

0 comments on commit d38f4fa

Please sign in to comment.