Skip to content

Commit

Permalink
fix: try to get python-ci working properly
Browse files Browse the repository at this point in the history
  • Loading branch information
drstrangelooker committed Oct 29, 2021
1 parent 43e76ad commit e5b1573
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ jobs:
service_account_key: ${{ secrets.GCP_AR_READER_SA_KEY }}
export_default_credentials: true

- name: Authenticate Artifact Repository
run: gcloud auth configure-docker us-west1-docker.pkg.dev --quiet

- name: Install docker on macos
if: ${{ matrix.os == 'macos' }}
uses: docker-practice/actions-setup-docker@v1
Expand All @@ -153,9 +156,6 @@ jobs:
(( i )) && printf '\n'
echo "-- Docker is ready."
- name: Authenticate Artifact Repository
run: gcloud auth configure-docker us-west1-docker.pkg.dev --quiet

- name: Pull and run Looker docker image
# TODO: can we cache some layers of the image for faster download?
# we probably don't want to cache the final image for IP security...
Expand Down

0 comments on commit e5b1573

Please sign in to comment.