From d2759ede2fc70192fba4a430264d24a18af0611c Mon Sep 17 00:00:00 2001 From: Yan M <66852780+zGumeloBr@users.noreply.github.com> Date: Sun, 7 Jul 2024 01:12:26 +0000 Subject: [PATCH] Delete .github/workflows/binary-dev.yml --- .github/workflows/binary-dev.yml | 39 -------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 .github/workflows/binary-dev.yml diff --git a/.github/workflows/binary-dev.yml b/.github/workflows/binary-dev.yml deleted file mode 100644 index 8f02618..0000000 --- a/.github/workflows/binary-dev.yml +++ /dev/null @@ -1,39 +0,0 @@ -name: build binary dev - -on: - workflow_dispatch: - schedule: - - cron: "0 0 * * 1" - push: - branches: - - dev - paths: - - binary/** - -jobs: - push: - name: "pterodactyl:binary_${{ matrix.tag }}_dev" - runs-on: ubuntu-latest - strategy: - fail-fast: false - matrix: - tag: - - latest - steps: - - uses: actions/checkout@v4 - - uses: docker/setup-buildx-action@v3 - with: - buildkitd-flags: --debug - - uses: docker/login-action@v3 - with: - registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v2 - with: - context: ./binary - file: ./binary/${{ matrix.tag }}/Dockerfile - platforms: linux/amd64 - push: true - tags: | - ghcr.io/zgumelobr/pterodactyl:binary_${{ matrix.tag }}_dev