Skip to content

Instantly share code, notes, and snippets.

@AdrianKoshka
Last active January 24, 2019 21:20
Show Gist options
  • Save AdrianKoshka/ee32d9157fd941f98c4eb60afac919ff to your computer and use it in GitHub Desktop.
Save AdrianKoshka/ee32d9157fd941f98c4eb60afac919ff to your computer and use it in GitHub Desktop.
Docker push sample file for my Travis & Quay tutorial
#!/bin/bash
echo "$QUAY_BOT_PASSWORD" | docker login -u "$QUAY_BOT_USERNAME" --password-stdin quay.io
docker push quay.io/[yourusername]/alpine-hugo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment