From 681171d3cffa298c236a18f59ec8aeadcb8d4a9f Mon Sep 17 00:00:00 2001 From: ThePhaseless Date: Fri, 28 Feb 2025 16:11:59 +0100 Subject: [PATCH] comment out test --- .github/workflows/docker-publish.yml | 44 ++++++++++++++-------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index d60523a..4ff72ad 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -23,33 +23,33 @@ env: IMAGE_NAME: ${{ github.repository }} jobs: - test: - runs-on: ubuntu-latest - permissions: - contents: read - packages: write - id-token: write + # test: + # runs-on: ubuntu-latest + # permissions: + # contents: read + # packages: write + # id-token: write - steps: - - name: Checkout repository - uses: actions/checkout@v4 + # steps: + # - name: Checkout repository + # uses: actions/checkout@v4 - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + # - name: Set up Docker Buildx + # uses: docker/setup-buildx-action@v3 - - name: Test - id: test - uses: docker/build-push-action@v6 - with: - context: . - platforms: linux/amd64 - cache-from: type=gha,scope=x64 - pull: true - cache-to: type=gha,mode=max,scope=x64 - target: test + # - name: Test + # id: test + # uses: docker/build-push-action@v6 + # with: + # context: . + # platforms: linux/amd64 + # cache-from: type=gha,scope=x64 + # pull: true + # cache-to: type=gha,mode=max,scope=x64 + # target: test build: - needs: test + # needs: test runs-on: ubuntu-latest permissions: contents: read