Remove NOSPA image

This commit is contained in:
Kieran 2023-01-02 14:01:39 +00:00
parent 8f912ec075
commit c09d139775
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -20,5 +20,3 @@ jobs:
- uses: docker/setup-buildx-action@v1
- 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 .