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 Sep 20, 2024
1 parent a57c667 commit 76e7e03
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,3 @@ 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 76e7e03

Please sign in to comment.