You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Docker stuff
* GitHub Action
* Quotes
* is the secret there?
* deployment env
* Revert "is the secret there?"
This reverts commit 086d3f3.
* use federated thing
* permissions
* provider
* github/actions-oidc-debugger
* Revert "github/actions-oidc-debugger"
This reverts commit 12cfd92.
* Use gcloud CLI
* build-push-action
* docker/login-action@
* id auth
* token_format: access_token
* google-github-actions/deploy-cloudrun
* service -> job
* bump versions
* region
* scrape mazevo too
* only on develop
* Revert "only on develop"
This reverts commit 65a85db.
* big region change
* remove exec
* Reapply "only on develop"
This reverts commit eab3852.
* mazevo indentation
* print when done in mazevo and astra scrapers for logs
* detect empty env values
* Use a service account to auth the env
* Revert "Reapply "only on develop""
This reverts commit aa4309d.
* Reapply "Reapply "only on develop""
This reverts commit 6ca207e.
---------
Co-authored-by: Josh <[email protected]>
RUN wget -qO - https://packages.cloud.google.com/apt/doc/apt-key.gpg | gpg --dearmor > /usr/share/keyrings/cloud.google.gpg
18
+
RUN echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main" | tee -a /etc/apt/sources.list.d/google-cloud-sdk.list
19
+
RUN apt-get update && apt-get install -y google-cloud-sdk
20
+
21
+
# Install chromium
22
+
RUN apt-get update && apt-get install -y chromium
23
+
ENV CHROMIUM_BIN /usr/bin/chromium
24
+
ENV GOOGLE_CHROME_BIN /usr/bin/chromium # Also set this for compatibility
0 commit comments