Last active
September 22, 2021 22:47
-
-
Save igaskin/f1578239de396edff72a02eaf42d4485 to your computer and use it in GitHub Desktop.
podman gcp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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