From 208ac792cd7e0009ece03ad320a3c1307111b5e1 Mon Sep 17 00:00:00 2001 From: Jan-Lukas Else Date: Sat, 16 Jul 2022 21:21:20 +0200 Subject: [PATCH] Ttemporarily disable Test step --- .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: