Do not build image for main workflow

This commit is contained in:
eikendev 2021-08-06 17:10:53 +02:00
parent 2bd5e2a3c8
commit 3854770976
No known key found for this signature in database
GPG key ID: A1BDB1B28C8EF694
2 changed files with 0 additions and 4 deletions

View file

@ -22,5 +22,3 @@ jobs:
run: make setup
- name: Run tests
run: make test
- name: Build image
run: make build_image

View file

@ -1,5 +1,3 @@
IMAGE := eikendev/pushbits
.PHONY: build
build:
mkdir -p ./out