Skip to content

Commit

Permalink
ci: update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daeun084 authored Sep 6, 2024
1 parent ca3bafd commit 0a00d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
-e DB_USERNAME=${{ secrets.DB_USERNAME }} \
-e DB_PASSWORD=${{ secrets.DB_PASSWORD }} \
-e ACCESS_TOKEN_EXP=${{ secrets.ACCESS_TOKEN_EXP }} \
-e REFRESH_TOKEN_EXP=${{ secret.REFRESH_TOKEN_EXP }} \
-e REFRESH_TOKEN_EXP=${{ secrets.REFRESH_TOKEN_EXP }} \
${{ secrets.DOCKER_USERNAME }}/fitpet-a:latest
echo "Pruning unused Docker objects to free up space..."
Expand Down

0 comments on commit 0a00d67

Please sign in to comment.