Skip to content

Commit

Permalink
test: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yuany16 committed Sep 24, 2023
1 parent 5d2366e commit 002e398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
username: ${{ secrets.REMOTE_USERNAME }}
key: ${{ secrets.REMOTE_PRIVATE_KEY }}
script: |
echo ${{ secrets.$CR_PAT }} | docker login ghcr.io -u USERNAME --password-stdin
echo ${{ secrets.CR_PAT }} | docker login ghcr.io -u USERNAME --password-stdin
docker pull ${{ steps.meta.outputs.tags }}
docker stop ${{ env.IMAGE_NAME }} || echo "stop container [${{ env.IMAGE_NAME}}] error"
docker rm ${{ env.IMAGE_NAME }} || echo "delete container [${{ env.IMAGE_NAME}}] error"
Expand Down

0 comments on commit 002e398

Please sign in to comment.