Skip to content

Commit

Permalink
Fix incorrect file specification in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
infra committed Sep 27, 2023
1 parent afe84c4 commit 17a70c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build & Publish Docker image
run: |
docker build . --tag ghcr.io/1zc/steamrt3-pterodactyl:latest
docker build docker/Dockerfile --tag ghcr.io/1zc/steamrt3-pterodactyl:latest
docker run ghcr.io/1zc/steamrt3-pterodactyl:latest
docker push ghcr.io/1zc/steamrt3-pterodactyl:latest
publish-docker-image-dev:
Expand All @@ -30,6 +30,6 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build & Publish Docker image
run: |
docker build . --tag ghcr.io/1zc/steamrt3-pterodactyl:dev
docker build docker/Dockerfile --tag ghcr.io/1zc/steamrt3-pterodactyl:dev
docker run ghcr.io/1zc/steamrt3-pterodactyl:dev
docker push ghcr.io/1zc/steamrt3-pterodactyl:dev

0 comments on commit 17a70c1

Please sign in to comment.