From 25f383f2552d19d908cde032f8f0a7b8f1d3c5b3 Mon Sep 17 00:00:00 2001 From: Adam Taylor Date: Wed, 5 Jun 2024 10:16:33 +0100 Subject: [PATCH] Make sequential --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4319447..e7687a6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -45,13 +45,14 @@ jobs: - name: Build and push to GHCR uses: docker/build-push-action@v4 with: - context: ./docker + context: ./src push: true tags: ${{ steps.metadata.outputs.tags }} labels: ${{ steps.metadata.outputs.labels }} deploy-cloud-run: runs-on: ubuntu-latest + needs: build-container steps: - name: Checkout code