Skip to content

Commit

Permalink
ci: Add step to login to gcr
Browse files Browse the repository at this point in the history
  • Loading branch information
k3yss committed Nov 26, 2024
1 parent f2241a6 commit 6904521
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/tilt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Login to GCR
uses: docker/login-action@v3
with:
registry: gcr.io
username: _json_key
password: ${{ secrets.GCR_JSON_KEY }}
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
Expand Down
2 changes: 1 addition & 1 deletion dev/Tiltfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
is_ci = sys.argv[1] == "ci"
is_ci = True

docker_compose("../docker-compose.yml", project_name="lana-bank")
docker_groups = {
Expand Down

0 comments on commit 6904521

Please sign in to comment.