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

Add GitHub action for nightly Docker image building #3259

Merged
merged 2 commits into from
May 28, 2024

Conversation

zjeffer
Copy link
Contributor

@zjeffer zjeffer commented May 11, 2024

Initial test of a new GitHub action that will build and push all docker images in the Dockerfiles folder.

This will ensure all Dockerfiles are always up to date, avoiding issues like what's described in #3258

Comment on lines +22 to +23
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@Alexays FYI for this to work you'd need to add your dockerhub username and password as secrets to the repo

@Alexays Alexays merged commit 2aa8008 into Alexays:master May 28, 2024
8 checks passed
@Alexays
Copy link
Owner

Alexays commented May 28, 2024

Thanks!

@zjeffer zjeffer deleted the docker-images-action branch May 28, 2024 18:50
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