Skip to content

Commit

Permalink
vvv
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Jun 21, 2024
1 parent 42cb51f commit 5b8ea90
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/workflows/build-terminal-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,18 @@ jobs:
service_account: "github-chainguard-academy@chainguard-academy.iam.gserviceaccount.com"
workload_identity_provider: "projects/456977358484/locations/global/workloadIdentityPools/chainguard-academy/providers/chainguard-edu"

- name: apko login
shell: bash
run: |
apko login \
"${{ secrets.TERMINAL_REGISTRY_URL }}" \
--password=${{ steps.auth.outputs.access_token }} \
--username="oauth2accesstoken"
- name: Setup G Cloud SDK
uses: 'google-github-actions/setup-gcloud@98ddc00a17442e89a24bbf282954a3b65ce6d200' # v2.0.11

- run: gcloud auth configure-docker

# - name: apko login
# shell: bash
# run: |
# apko login \
# "${{ secrets.TERMINAL_REGISTRY_URL }}" \
# --password=${{ steps.auth.outputs.access_token }} \
# --username="oauth2accesstoken"

- name: apko publish
shell: bash
Expand Down

0 comments on commit 5b8ea90

Please sign in to comment.