Skip to content

Commit

Permalink
Fix docker build yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMacocian committed Aug 8, 2024
1 parent 284df8d commit a1c97de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,9 @@ jobs:
run: |
echo "Building docker image"
docker build -t guildwarspartysearch.server -f Dockerfile-Server .
cd ..
echo "Exporting docker image"
docker save -o guildwarspartysearch.server.tar guildwarspartysearch.server
echo "Exported docker image"
ls
- name: Deploy Docker image to host
shell: pwsh
Expand Down

0 comments on commit a1c97de

Please sign in to comment.