Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kaenganxt committed Dec 27, 2022
1 parent 5d798b8 commit 8b48b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:

- name: Build Docker Image
working-directory: src/gs
run: docker build -t ghcr.io/citiesskylinesmultiplayer/apiserver:latest -t .
run: docker build -t ghcr.io/citiesskylinesmultiplayer/apiserver:latest .

- name: Save docker image
run: docker save -o apiserver.tar ghcr.io/citiesskylinesmultiplayer/apiserver:latest
Expand Down

0 comments on commit 8b48b21

Please sign in to comment.