mirror of
https://github.com/pushbits/server.git
synced 2025-04-29 10:16:50 +02:00
Do not build image for main workflow
This commit is contained in:
parent
2bd5e2a3c8
commit
3854770976
2 changed files with 0 additions and 4 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -22,5 +22,3 @@ jobs:
|
|||
run: make setup
|
||||
- name: Run tests
|
||||
run: make test
|
||||
- name: Build image
|
||||
run: make build_image
|
||||
|
|
2
Makefile
2
Makefile
|
@ -1,5 +1,3 @@
|
|||
IMAGE := eikendev/pushbits
|
||||
|
||||
.PHONY: build
|
||||
build:
|
||||
mkdir -p ./out
|
||||
|
|
Loading…
Add table
Reference in a new issue