Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
1zc authored Apr 1, 2024
1 parent e93e01d commit e0b85aa
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ jobs:
run: |
docker build . -t ghcr.io/1zc/steamrt3-pterodactyl:latest -f docker/RT3-Dockerfile
docker push ghcr.io/1zc/steamrt3-pterodactyl:latest
- name: Build & Publish Docker image for BETA-LATEST tag
run: |
docker build . -t ghcr.io/1zc/steamrt3-pterodactyl:beta-latest -f docker/RT3Beta-Dockerfile
docker push ghcr.io/1zc/steamrt3-pterodactyl:beta-latest
publish-docker-image-dev:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/dev' # Running this job only for dev branch
Expand All @@ -35,7 +31,3 @@ jobs:
run: |
docker build . -t ghcr.io/1zc/steamrt3-pterodactyl:dev -f docker/RT3-Dockerfile
docker push ghcr.io/1zc/steamrt3-pterodactyl:dev
- name: Build & Publish Docker image for BETA-DEV tag
run: |
docker build . -t ghcr.io/1zc/steamrt3-pterodactyl:beta-dev -f docker/RT3Beta-Dockerfile
docker push ghcr.io/1zc/steamrt3-pterodactyl:beta-dev

0 comments on commit e0b85aa

Please sign in to comment.