From 18c871edc6c85a7e0fb69f1be714ae48541362b8 Mon Sep 17 00:00:00 2001 From: NotSomeBot Date: Fri, 12 Nov 2021 16:55:18 +0100 Subject: [PATCH] remove needs --- .github/workflows/dockerimage.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index e4931c0..22eca24 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -10,7 +10,6 @@ jobs: build-and-push-docker: name: Build and push Docker image to GhCr runs-on: ubuntu-latest - needs: build-launcher if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') steps: - name: Check out the repo