Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
rise0chen committed Jan 1, 2025
1 parent 633a393 commit 2e1e4c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
image: registry.cn-shanghai.aliyuncs.com/lebai/util:14.04
name: publish
options: "-v .:/app -e AWS_ENDPOINT=${{ secrets.AWS_ENDPOINT }} -e AWS_ACCESS_KEY_ID=${{ secrets.AWS_ACCESS_KEY_ID }} -e AWS_SECRET_ACCESS_KEY=${{ secrets.AWS_SECRET_ACCESS_KEY }}"
args: |
args: /bin/bash -c '
cd /app
bash ./ci.sh
'

0 comments on commit 2e1e4c0

Please sign in to comment.