Skip to content

Commit

Permalink
update deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
wilberh committed Aug 29, 2023
1 parent a15334e commit df7a7c2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,11 @@ jobs:
- name: Login to Google Artifact Registry - using docker login action
uses: docker/login-action@v2
with:
registry: us-central1-docker.pkg.dev/atlantean-site-393904/github-action-aifinance # gcr.io # or REGION-docker.pkg.dev
username: oauth2accesstoken
password: ${{ steps.auth.outputs.access_token }}
registry: gcr.io #us-central1-docker.pkg.dev/atlantean-site-393904/github-action-aifinance # gcr.io # or REGION-docker.pkg.dev
username: ${{ secrets.GH_GCR_SERVICE_EMAIL }}
password: ${{ secrets.GH_GCR_SERVICE_PASS }}
# username: oauth2accesstoken
# password: ${{ steps.auth.outputs.access_token }}
# This example runs "docker login" directly to Artifact Registry.
# - name: Running "docker login" directly to Artifact Registry
# run: |
Expand All @@ -84,6 +86,8 @@ jobs:
env:
app_name: app
with:
context: .
file: ./Dockerfile
push: true
tags: latest

Expand Down

0 comments on commit df7a7c2

Please sign in to comment.