From d2cb98191efd74d238d99958db161d6e35babd81 Mon Sep 17 00:00:00 2001 From: Kieran Date: Sat, 23 Jul 2022 21:41:12 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0c587df..352e252 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 . \ No newline at end of file + 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 .