Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
justinh-rahb authored Aug 22, 2024
1 parent 5d0f643 commit 424aac3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,14 @@ jobs:
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

deploy:
runs-on: ubuntu-latest
needs: build-and-push-image
steps:
- name: Trigger GCP Deploy Workflow
uses: peter-evans/workflow-dispatch@v1
with:
repository: ${{ github.repository }}
workflow: gcp-deploy.yml
ref: master

0 comments on commit 424aac3

Please sign in to comment.