Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
enapupe committed Nov 2, 2023
1 parent 4b3d4b8 commit 78b0b43
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,3 @@ jobs:
context: .
push: true
tags: vnguyen/openbeta-media-server:latest

- uses: "google-github-actions/auth@v1"
with:
workload_identity_provider: "projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider"
service_account: "[email protected]"

- id: "deploy"
uses: "google-github-actions/deploy-cloudrun@v1"
with:
service: "media-server"
image: "gcr.io/${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}"

0 comments on commit 78b0b43

Please sign in to comment.