Update build.yml

This commit is contained in:
Kieran 2022-07-23 21:41:12 +01:00 committed by GitHub
parent 2331e31099
commit d2cb98191e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,6 @@
name: build
on:
push:
branches: [ v4-re ]
paths-ignore:
- '.github/**'
jobs:
build:
runs-on: ubuntu-latest
@ -23,4 +20,4 @@ jobs:
- name: Build the Docker image
run: docker buildx build -t ghcr.io/v0l/void.cat/app:latest -t voidic/void.cat:latest --platform linux/amd64 --push .
- name: Build the NoSPA Docker image
run: docker buildx build -t ghcr.io/v0l/void.cat/api:latest -t voidic/void.cat:api-latest -f nospa.dockerfile --platform linux/amd64 --push .
run: docker buildx build -t ghcr.io/v0l/void.cat/api:latest -t voidic/void.cat:api-latest -f nospa.dockerfile --platform linux/amd64 --push .