Skip to content

Commit

Permalink
Update create_socializer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-dupdyke authored Aug 26, 2024
1 parent 4611267 commit b93cc29
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/create_socializer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,16 @@ jobs:
push: true
context: src/ghosts.pandora.socializer/src/
file: src/ghosts.pandora.socializer/src/Dockerfile

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



0 comments on commit b93cc29

Please sign in to comment.