Skip to content

ci: use configuration variables for Docker Hub and Quay.io usernames - #212

Open
jefferyto wants to merge 1 commit into
openwrt:mainfrom
jefferyto:config-var-usernames
Open

ci: use configuration variables for Docker Hub and Quay.io usernames#212
jefferyto wants to merge 1 commit into
openwrt:mainfrom
jefferyto:config-var-usernames

Conversation

@jefferyto

Copy link
Copy Markdown
Member

I believe recent build failures (#211) are caused by GitHub redacting the Docker Hub and Quay.io usernames inside Docker tag names passed to buildx.

This changes the Docker Hub and Quay.io usernames to be stored as configuration variables, which are not redacted by GitHub, rather than as secrets.

I believe recent build failures (openwrt#211) are caused by GitHub redacting
the Docker Hub and Quay.io usernames inside Docker tag names passed to
buildx.

This changes the Docker Hub and Quay.io usernames to be stored as
configuration variables[1], which are not redacted by GitHub, rather
than as secrets.

[1]: https://docs.github.com/en/actions/how-tos/write-workflows/choose-what-workflows-do/use-variables#defining-configuration-variables-for-multiple-workflows

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
@jefferyto

Copy link
Copy Markdown
Member Author

I should note that I'm only guessing this will fix #211 as I don't have a practical way to debug the issue or test this fix. I think it is a good idea in general to store the usernames as variables instead of as secrets.

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.

1 participant