Skip to content

Commit

Permalink
fix file path for oss image upload
Browse files Browse the repository at this point in the history
  • Loading branch information
4141done committed Jan 10, 2024
1 parent 6d1b798 commit d0b303e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
docker tag localhost:5000/nginx-s3-gateway nginx-s3-gateway
- name: save image for upload
run: |
docker save nginx-s3-gateway > oss.tar
docker save nginx-s3-gateway > /tmp/oss.tar
- name: Upload artifact - oss
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit d0b303e

Please sign in to comment.