Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Use correct environment in release action #39

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

mutantcornholio
Copy link
Contributor

No description provided.

@mutantcornholio mutantcornholio merged commit 5395a4f into master Aug 23, 2024
3 checks passed
@mutantcornholio mutantcornholio deleted the yuri/fix-environment branch August 23, 2024 16:50
@@ -9,6 +9,7 @@ jobs:
push_to_registry:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
environment: releases

Choose a reason for hiding this comment

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

not sure - will it fallback to non-env secrets if they not found in environment? like DOCKER_USERNAME

can't CRATESIO_TOKEN be non-env?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

not sure - will it fallback to non-env secrets if they not found in environment? like DOCKER_USERNAME

it should

can't CRATESIO_TOKEN be non-env?

This was requested by security, and it's totally justified IMO. "Releases" environment is limited to v* tags only, same as this workflow.

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

Successfully merging this pull request may close these issues.

2 participants