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

Build Push action v2 #92

Merged
merged 70 commits into from Sep 4, 2020
Merged

Build Push action v2 #92

merged 70 commits into from Sep 4, 2020

Commits on Aug 15, 2020

  1. Build push action v2

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    99bea38 View commit details
    Browse the repository at this point in the history
  2. Remove

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    ba9a952 View commit details
    Browse the repository at this point in the history
  3. Missing context

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    f0ffce7 View commit details
    Browse the repository at this point in the history
  4. Handle push without buildx

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    ea0c8ed View commit details
    Browse the repository at this point in the history
  5. No post proc

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    b15ad02 View commit details
    Browse the repository at this point in the history
  6. Parse image reference before push

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    320acb8 View commit details
    Browse the repository at this point in the history
  7. Remove runner info step

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    52102ad View commit details
    Browse the repository at this point in the history
  8. Push to local registry

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    23410ee View commit details
    Browse the repository at this point in the history
  9. Fix buildx condition

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    1af8829 View commit details
    Browse the repository at this point in the history
  10. Disable buildx push for now

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    6b0b71d View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2020

  1. Check if buildx installed (builder alias)

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    ac03ceb View commit details
    Browse the repository at this point in the history
  2. Refactor Docker config

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    f7cac3b View commit details
    Browse the repository at this point in the history
  3. Typo

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    25daa69 View commit details
    Browse the repository at this point in the history
  4. Spelling

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    585c2ae View commit details
    Browse the repository at this point in the history
  5. Remove builder v1 support

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    78a1e0d View commit details
    Browse the repository at this point in the history
  6. Add allow input

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    01bd5c1 View commit details
    Browse the repository at this point in the history
  7. Fix ci workflow

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    b07bd1f View commit details
    Browse the repository at this point in the history
  8. Handle build bake through bake, bake-files and bake-targets

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    8be103f View commit details
    Browse the repository at this point in the history
  9. Fix args

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    8913dd9 View commit details
    Browse the repository at this point in the history
  10. Test git context

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    4bbd4aa View commit details
    Browse the repository at this point in the history
  11. Set file input

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    7086e37 View commit details
    Browse the repository at this point in the history
  12. Fix context url

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    10b9d7e View commit details
    Browse the repository at this point in the history
  13. Check context type

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    9c47365 View commit details
    Browse the repository at this point in the history
  14. Use latest buildx for git context test

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    1c3fedb View commit details
    Browse the repository at this point in the history
  15. Add Git context example

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    5003e0d View commit details
    Browse the repository at this point in the history
  16. Test GitHub Cache

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    22acf7c View commit details
    Browse the repository at this point in the history
  17. Add post run

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    444d7e9 View commit details
    Browse the repository at this point in the history
  18. Compute args order

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    1ca381e View commit details
    Browse the repository at this point in the history
  19. Typo

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    bd7ed33 View commit details
    Browse the repository at this point in the history
  20. Fix cache restoreKeys

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    6ede7e9 View commit details
    Browse the repository at this point in the history
  21. Update ci workflow

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    bf8b1bf View commit details
    Browse the repository at this point in the history
  22. Update README

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    1ae53ef View commit details
    Browse the repository at this point in the history
  23. Merge branch 'v2-working-branch' into v2-build-push

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    fbd34ed View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. Fix package name

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    512e4e9 View commit details
    Browse the repository at this point in the history
  2. Treat platforms and allow as a list

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    363c8ed View commit details
    Browse the repository at this point in the history
  3. Update ci workflow

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    1110973 View commit details
    Browse the repository at this point in the history
  4. Set buildkitd-flags for ci workflow

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    e0b1277 View commit details
    Browse the repository at this point in the history
  5. Inspect pushed image

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    ff03fa5 View commit details
    Browse the repository at this point in the history
  6. Ignore subactions

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    8413351 View commit details
    Browse the repository at this point in the history
  7. Use url fragment for git ref context

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    e796490 View commit details
    Browse the repository at this point in the history
  8. Remove bake support for now (future release or subaction)

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    2962fe9 View commit details
    Browse the repository at this point in the history
  9. Remove GitHub Cache support for now (future release or buildkit cache…

    … provider?)
    
    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    44d05b9 View commit details
    Browse the repository at this point in the history
  10. Add digest output

    Fix platforms and allow inputs
    
    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    38c1f18 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Add complete workflow example

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    25fd13d View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Add CHANGELOG

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    c92227a View commit details
    Browse the repository at this point in the history
  2. Add ref

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    52a6ac2 View commit details
    Browse the repository at this point in the history
  3. Add badges and screenshot

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    ea664df View commit details
    Browse the repository at this point in the history
  4. Bug report template

    CONTRIBUTING and SUPPORT guidelines
    
    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    65e18bf View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Fix name

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    a1114bb View commit details
    Browse the repository at this point in the history
  2. Add note about dependabot

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    a2059ed View commit details
    Browse the repository at this point in the history
  3. Fix TOC

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    aac8809 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. Move zeit/ncc to vercel/ncc

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    1c21811 View commit details
    Browse the repository at this point in the history
  2. Add dependabot

    Add default reviewers
    
    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 21, 2020
    1 Configuration menu
    Copy the full SHA
    595e5e8 View commit details
    Browse the repository at this point in the history
  3. Update README

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    f11192a View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2020

  1. Check Buildx version

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    3e57a33 View commit details
    Browse the repository at this point in the history
  2. Update tests

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    e8186e9 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    995fe3c View commit details
    Browse the repository at this point in the history
  4. Update workflow

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    e13f2c2 View commit details
    Browse the repository at this point in the history
  5. Fix workflow

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    1baa070 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Use docker/setup-buildx-action and docker/setup-qemu-action

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    2a794d5 View commit details
    Browse the repository at this point in the history
  2. Move setup-buildx and setup-qemu actions

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    d8e8fa4 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Switch to docker/login-action

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    d72873c View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    fbd19d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2020

  1. Add GitHub cache example

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    c124ff0 View commit details
    Browse the repository at this point in the history
  2. Ignore comma sep for CSV inputs type

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    8954ded View commit details
    Browse the repository at this point in the history
  3. Add isolated builders example

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    bd6a018 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Add secrets input

    Use Git as default context
    
    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    f295fbf View commit details
    Browse the repository at this point in the history
  2. Update README

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    b563df0 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Use --builder

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    cf9301c View commit details
    Browse the repository at this point in the history
  2. Update CI workflow (docker/setup-buildx-action#14)

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    ff910a3 View commit details
    Browse the repository at this point in the history