Skip to content

Commit

Permalink
Update docker-gradle-poc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DongGeon0908 committed Aug 1, 2024
1 parent 4f18a16 commit 126b416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-gradle-poc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
key: ${{ secrets.PRIVATE_KEY }}
script: |
sudo echo "IMAGE_TAG=${{ env.IMAGE_TAG }}" >> .env
echo "${{ secrets.DOCKER_PASSWORD }}" | sudo docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
echo "${{ secrets.DOCKER_TOKEN }}" | sudo docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
sudo docker ps
sudo docker pull ${{ secrets.DOCKER_USERNAME }}/hero-alignlab-api:${{env.IMAGE_TAG}}
sudo docker stop server || true
Expand Down

0 comments on commit 126b416

Please sign in to comment.