1
mirror of https://github.com/jlelse/GoBlog synced 2024-06-02 13:54:28 +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
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: