Skip to content

Commit

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

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

0 comments on commit 8be3607

Please sign in to comment.