Skip to content

Commit

Permalink
build: fix GH jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
rr- committed Sep 21, 2023
1 parent 2e685dd commit ab11de3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Build Docker image (Windows)
run: |
docker build -t "rrdash/tomb1main:latest" . -f docker/game/win/Dockerfile
docker build -t "rrdash/tomb1main:latest" . -f docker/game-win/Dockerfile
docker push "rrdash/tomb1main:latest"
publish_docker_image_linux:
Expand All @@ -43,5 +43,5 @@ jobs:

- name: Build Docker image (Linux)
run: |
docker build -t "rrdash/tomb1main-linux:latest" . -f docker/game/linux/Dockerfile
docker build -t "rrdash/tomb1main-linux:latest" . -f docker/game-linux/Dockerfile
docker push "rrdash/tomb1main-linux:latest"

0 comments on commit ab11de3

Please sign in to comment.