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
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: