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

Conversation

xenowits
Copy link
Contributor

Fixes the github action "build-push-deploys" build-args parameter. It is a list parameter that is new line delimited.

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-v0.17.

category: misc
ticket: #2270

Update cluster config changelog for new config versions.

category: docs 
ticket: #2307
Bump version of `main` to `v0.18-dev` to prepare for `v0.17` release.

category: feature
ticket: none
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 xenowits self-assigned this Jul 28, 2023
@github-actions github-actions bot added the branch-release PR or Issue linked to a release branch (not main) label Jul 28, 2023
@xenowits xenowits added the merge when ready Indicates bulldozer bot may merge when all checks pass label Jul 28, 2023
@codecov
Copy link

codecov bot commented Jul 29, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.11% ⚠️

Comparison is base (874d8bb) 53.64% compared to head (45e8ff0) 53.53%.

Additional details and impacted files
@@              Coverage Diff               @@
##           main-v0.17    #2484      +/-   ##
==============================================
- Coverage       53.64%   53.53%   -0.11%     
==============================================
  Files             198      198              
  Lines           26756    26756              
==============================================
- Hits            14352    14325      -27     
- Misses          10619    10646      +27     
  Partials         1785     1785              
Files Changed Coverage Δ
app/version/version.go 61.05% <ø> (ø)

... and 8 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@obol-bulldozer obol-bulldozer bot merged commit 1382a92 into main-v0.17 Jul 29, 2023
10 checks passed
@obol-bulldozer obol-bulldozer bot deleted the xenowits/fix-rc-release branch July 29, 2023 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-release PR or Issue linked to a release branch (not main) merge when ready Indicates bulldozer bot may merge when all checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants