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

github: fix build push build arg format #2484

Merged
merged 5 commits into from
Jul 29, 2023

Commits on Jul 28, 2023

  1. docs: update cluster config changelog (#2478)

    Update cluster config changelog for new config versions.
    
    category: docs 
    ticket: #2307
    xenowits committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    2e344b0 View commit details
    Browse the repository at this point in the history
  2. app/version: bump to v0.18-dev (#2479)

    Bump version of `main` to `v0.18-dev` to prepare for `v0.17` release.
    
    category: feature
    ticket: none
    xenowits committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    a332398 View commit details
    Browse the repository at this point in the history
  3. github: fix build push build arg format (#2482)

    Fixes the github action "build-push-deploys" `build-args` parameter. It is a [list parameter that is new line delimited](https://github.com/docker/build-push-action#inputs).
    
    Also remove `-a` build arg since it isn't required. Make it explicit that `GO_BUILD_FLAG` only supports a single flag.
    
    This ports the fix from `main-v0.16` release branch to main.
    
    category: misc
    ticket: #2270
    xenowits committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    3c30cb3 View commit details
    Browse the repository at this point in the history
  4. fix dockerfile

    xenowits committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    1e99c76 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. fix test

    xenowits committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    45e8ff0 View commit details
    Browse the repository at this point in the history