Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Add Automated Docker Image CI/CD Build/Push Feature #177

Merged
merged 6 commits into from
May 23, 2021

Commits on May 23, 2021

  1. Configuration menu
    Copy the full SHA
    048c0b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec46037 View commit details
    Browse the repository at this point in the history
  3. ✨ Add universal get-make-var-% helper target

    Can be used to query any available Makefile vars.
    TeoZosa committed May 23, 2021
    Configuration menu
    Copy the full SHA
    db73439 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fcc3ba3 View commit details
    Browse the repository at this point in the history
  5. 👷 Move Docker image build/push to release job

    This will cause image tags to pick up the different auto-generated
    prod/development versions (via `CI_TAGGED_IMG`), keeping them in sync
    not only with local development environment versioning (via
    `CANONICAL_TAGGED_IMGS`), but also with overall release artifacts'
    versioning.
    TeoZosa committed May 23, 2021
    Configuration menu
    Copy the full SHA
    acffed6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9033231 View commit details
    Browse the repository at this point in the history