-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Fix docker workflow #2147
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
base: master
Are you sure you want to change the base?
Fix docker workflow #2147
Conversation
Workflow was not running because `on: tag` is not valid in github actions (needs to be `on: push: tag`).
4949f20 to
1c86d60
Compare
1c86d60 to
3e13e50
Compare
|
Sadly this doesn't quite work yet. The first two commits in this PR solve two separate issues (the workflow not being triggered, and the build failing). The third commit attempts to fix a third issue: |
a6ae43b to
c697432
Compare
Co-Authored-By: benjamin wil <[email protected]>
c697432 to
264c421
Compare
|
I made some progress:
Unfortunately:
I expect the remaining issue is very simple to resolve, but I am out of time for today. Excerpt: every test run as part of the workflow now fails this way: |
No description provided.