Disable automatic tests again

This commit is contained in:
Jan-Lukas Else 2022-07-17 08:51:50 +02:00
parent f7c135cac2
commit 72ee1c833c
1 changed files with 6 additions and 6 deletions

View File

@ -23,12 +23,12 @@ jobs:
registry: ghcr.io registry: ghcr.io
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Test # - name: Test
uses: docker/build-push-action@v2 # uses: docker/build-push-action@v2
with: # with:
push: false # push: false
target: test # target: test
tags: test # tags: test
- name: Build base image - name: Build base image
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2
with: with: