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

Switch to GHA / GHCR Docker images #198

Merged
merged 7 commits into from
Apr 4, 2024
Merged

Switch to GHA / GHCR Docker images #198

merged 7 commits into from
Apr 4, 2024

Conversation

urschrei
Copy link
Member

@urschrei urschrei commented Apr 4, 2024

No description provided.

Copy link
Member

@michaelkirk michaelkirk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -15,6 +15,19 @@ env:
RUST_LATEST: "1.77"

jobs:
# work around GHA env strictness
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not worried about it, but I'm curious, what's it about?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can't use variables defined in the env section to build matrix entries (and some other places), I assume for security reasons, though I can't see how anyone can inject something here. Found the problem by linting with https://rhysd.github.io/actionlint/ which actually explains the problem (GHA just fails with a don't know what env is error)

@urschrei urschrei added this pull request to the merge queue Apr 4, 2024
Merged via the queue into georust:main with commit 341fbdd Apr 4, 2024
28 checks passed
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.

None yet

2 participants