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

Migrate to GitHub Actions #31

Merged
merged 10 commits into from
Nov 12, 2021
Merged

Migrate to GitHub Actions #31

merged 10 commits into from
Nov 12, 2021

Commits on Nov 10, 2021

  1. Configuration menu
    Copy the full SHA
    e8237f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Configuration menu
    Copy the full SHA
    3fbb8c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24f859b View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Configuration menu
    Copy the full SHA
    3232c80 View commit details
    Browse the repository at this point in the history
  2. Override Docker build-push context behavior.

    Per the "docker/build-push-action" documentation, any changes made
    to files preceding this Action will be discarded / ignored. As a result,
    any resolved git LFS files will be ignored. Because the repo. contains
    one or more git LFS'ed tar file, the file(s) created by the "checkout"
    action will be returned to LFS pointer text files when the "build-push"
    action runs. This does not bode well for the Docker image build process,
    which attempts to untar said pointer files.
    
    Refer to the following URLs for more information:
    
    - https://github.com/docker/build-push-action/#usage
    - https://stackoverflow.com/a/66453723
    sfox-equinix committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    058ec12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95d836b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4dea61 View commit details
    Browse the repository at this point in the history
  5. Attempt to tag Docker image with git tag in CI.

    The "docker/metadata" Action is pretty unclear about this...
    
    Refer to the following URL for more information:
    
    - https://github.com/docker/metadata-action#tags-input
    sfox-equinix committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    d36480d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ed8182 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b59bcef View commit details
    Browse the repository at this point in the history