Skip to content

Commit

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

0 comments on commit da07f7b

Please sign in to comment.