Skip to content

Commit

Permalink
Update create_pandora.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-dupdyke committed Aug 26, 2024
1 parent 8be3607 commit 268c8fb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/create_pandora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,15 @@ jobs:
push: true
context: ./src/ghosts.pandora/
file: ./src/ghosts.pandora/Dockerfile

- name: Save Docker image as tar
run: |
docker save dustinupdyke/ghosts-pandora:latest > ghosts-pandora.tar
- name: Upload TAR file as artifact
uses: actions/upload-artifact@v2
with:
name: ghosts-pandora
path: ghosts-pandora.tar


0 comments on commit 268c8fb

Please sign in to comment.