Skip to content

Instantly share code, notes, and snippets.

@igaskin
Last active September 22, 2021 22:47
Show Gist options
  • Save igaskin/f1578239de396edff72a02eaf42d4485 to your computer and use it in GitHub Desktop.
Save igaskin/f1578239de396edff72a02eaf42d4485 to your computer and use it in GitHub Desktop.
podman gcp
podman build --format docker -t gcr.io/pyaxie-bot/pyaxie-bot . && \
gcloud auth print-access-token | podman login -u oauth2accesstoken --password-stdin gcr.io/pyaxie-bot
podman push gcr.io/pyaxie-bot/pyaxie-bot --remove-signatures
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment