Skip to content

Commit

Permalink
fixing variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Jun 10, 2024
1 parent 2a6c797 commit cf1a1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
registry: us-central1-docker.pkg.dev
username: _json_key
password: ${{ secrets.GCP_SA_KEY }}
password: ${{ secrets.GAR_SECRET_KEY }}

- name: Build the image and push to artifact registry
uses: jupyterhub/repo2docker-action@master
Expand Down

0 comments on commit cf1a1dc

Please sign in to comment.