oMerge branch 'main' of github.com:roleypoly/roleypoly into main

This commit is contained in:
41666 2020-12-07 22:35:11 -05:00
commit 22b15ec16a

View file

@ -34,6 +34,13 @@ jobs:
with:
install: true
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@master
with:
project_id: ${{ secrets.GCS_PROJECT_ID }}
service_account_key: ${{ secrets.GCS_TF_KEY }}
export_default_credentials: true
- name: Login to GHCR
uses: docker/login-action@v1
with: