1
mirror of https://github.com/jlelse/GoBlog synced 2024-06-02 12:04:27 +00:00

Ttemporarily disable Test step

This commit is contained in:
Jan-Lukas Else 2022-07-16 21:21:20 +02:00
parent cd9d500a55
commit 208ac792cd

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: