Skip to content

Commit

Permalink
Update google-cloudrun-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
satrio142 authored Dec 2, 2023
1 parent ada3499 commit 8390fee
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/google-cloudrun-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Debug Docker Auth
run: |
echo "Username: $DOCKER_USERNAME"
echo "Password: $DOCKER_PASSWORD"
echo "Registry: $DOCKER_REGISTRY"
env:
DOCKER_USERNAME: 'oauth2accesstoken'
DOCKER_PASSWORD: '${{ steps.auth.outputs.access_token }}'
DOCKER_REGISTRY: '${{ env.GAR_LOCATION }}-docker.pkg.dev'

- name: Google Auth
id: auth
uses: 'google-github-actions/auth@v1'
Expand Down

0 comments on commit 8390fee

Please sign in to comment.