Skip to content

Commit

Permalink
Update create_api.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-dupdyke authored Aug 26, 2024
1 parent 4389724 commit 5b77b27
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/create_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,9 @@ jobs:
- name: Save Docker image as tar
run: |
docker save dustinupdyke/ghosts:latest > ghosts-api.tar
- name: Upload TAR file as artifact
uses: actions/upload-artifact@v2
with:
name: ghosts-api
path: ghosts-api.tar

0 comments on commit 5b77b27

Please sign in to comment.