mirror of
https://git.v0l.io/Kieran/void.cat.git
synced 2025-04-09 03:38:01 +02:00
Update build.yml
This commit is contained in:
parent
2331e31099
commit
d2cb98191e
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -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 .
|
||||
|
Loading…
x
Reference in New Issue
Block a user