Skip to content

Commit

Permalink
Test container build
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Baldry <[email protected]>
  • Loading branch information
jdbaldry committed Jan 13, 2025
1 parent a3d279e commit 2fb5410
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions deploy-preview/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,13 @@ runs:
service_account: github-docs-deploy-previews@grafanalabs-workload-identity.iam.gserviceaccount.com
create_credentials_file: false

- name: Login to GAR
if: github.event.action == 'opened' || github.event.action == 'synchronize'
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
with:
registry: us-docker.pkg.dev
username: oauth2accesstoken
password: ${{ steps.gcloud-auth.outputs.access_token }}
# - name: Login to GAR
# if: github.event.action == 'opened' || github.event.action == 'synchronize'
# uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
# with:
# registry: us-docker.pkg.dev
# username: oauth2accesstoken
# password: ${{ steps.gcloud-auth.outputs.access_token }}

- name: Extract metadata (tags, labels) for Docker
if: github.event.action == 'opened' || github.event.action == 'synchronize'
Expand Down

0 comments on commit 2fb5410

Please sign in to comment.