From 72ee1c833c0a4a4484da217f6b39f06473e7704e Mon Sep 17 00:00:00 2001 From: Jan-Lukas Else Date: Sun, 17 Jul 2022 08:51:50 +0200 Subject: [PATCH] Disable automatic tests again --- .github/workflows/master.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 6cb148d..a025113 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -23,12 +23,12 @@ jobs: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - name: Test - uses: docker/build-push-action@v2 - with: - push: false - target: test - tags: test + # - name: Test + # uses: docker/build-push-action@v2 + # with: + # push: false + # target: test + # tags: test - name: Build base image uses: docker/build-push-action@v2 with: