From 889d86006da06df5abf59b08ec4a720ce26746a1 Mon Sep 17 00:00:00 2001 From: snxraven Date: Fri, 6 Jun 2025 19:08:26 -0400 Subject: [PATCH] Remove publish image --- .github/workflows/publish-image.yaml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/publish-image.yaml diff --git a/.github/workflows/publish-image.yaml b/.github/workflows/publish-image.yaml deleted file mode 100644 index ec82934..0000000 --- a/.github/workflows/publish-image.yaml +++ /dev/null @@ -1,14 +0,0 @@ -name: Docker image CI for GHCR - -on: push - -jobs: - build_and_publish: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Build and push image - run: | - docker login --username anaxios --password ${{ secrets.GH_TOKEN }} ghcr.io - docker build . --tag ghcr.io/anaxios/holesail-docker:latest - docker push ghcr.io/anaxios/holesail-docker:latest