Skip to content

Commit

Permalink
Make sequential
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjtaylor committed Jun 5, 2024
1 parent 8bbc7b1 commit 25f383f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 25f383f

Please sign in to comment.