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

Fix bug introduced in #1527 #1533

Merged
merged 1 commit into from
Jan 17, 2023
Merged

Fix bug introduced in #1527 #1533

merged 1 commit into from
Jan 17, 2023

Conversation

guizmaii
Copy link
Contributor

@guizmaii guizmaii commented Jan 17, 2023

See https://github.com/sbt/sbt-native-packager/pull/1527/files#diff-b866751bc91854625b6a5d821ae6a4df02736ceb3581779d81319caee1d9d2cdL278-R289

Error when publishing:

[error] ERROR: "docker buildx build" requires exactly 1 argument.
[error] See 'docker buildx build --help'.
[error] Usage:  docker buildx build [OPTIONS] PATH | URL | -
[error] Start a build
[error] stack trace is suppressed; run last my-app / Docker / publish for the full output
[error] (my-app / Docker / publish) Nonzero exit value: 1
[error] Total time: 189 s (03:09), completed 17 Jan 2023, 12:33:37 pm

@guizmaii guizmaii marked this pull request as ready for review January 17, 2023 04:34
@guizmaii guizmaii changed the title Fixes bug introduced in #1527 Fix bug introduced in #1527 Jan 17, 2023
See https://github.com/sbt/sbt-native-packager/pull/1527/files#diff-b866751bc91854625b6a5d821ae6a4df02736ceb3581779d81319caee1d9d2cdL278-R289

Error when publishing:
```bash
[error] ERROR: "docker buildx build" requires exactly 1 argument.
[error] See 'docker buildx build --help'.
[error] Usage:  docker buildx build [OPTIONS] PATH | URL | -
[error] Start a build
[error] stack trace is suppressed; run last my-app / Docker / publish for the full output
[error] (my-app / Docker / publish) Nonzero exit value: 1
[error] Total time: 189 s (03:09), completed 17 Jan 2023, 12:33:37 pm
```
@muuki88 muuki88 merged commit f209010 into sbt:master Jan 17, 2023
@muuki88
Copy link
Contributor

muuki88 commented Jan 17, 2023

Will release asap

@guizmaii guizmaii deleted the fix_1527 branch January 17, 2023 09:09
@mcanlas
Copy link
Contributor

mcanlas commented Jan 17, 2023

Thank you so much for this fix, ran into this at work today (back after an American holiday weekend)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants