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

GitHub Action->Docker Hub container builder(s) #351

Merged
merged 6 commits into from
Dec 29, 2022
Merged

Conversation

StarWitch
Copy link
Member

Adds some GHA builders for Docker Hub images.

Before merge, a Personal Access Token will need to be added as a GitHub Secret, under the variables DOCKERHUB_USERNAME and DOCKERHUB_TOKEN. The token only needs "read/write access for public repositories."

apt-get clean && \
rm -rf /var/lib/apt/lists/*
apt-transport-https \
cmake

RUN pip3 install \
meson==0.56.2 \
Copy link
Member

Choose a reason for hiding this comment

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

Now that #350 is merged this should be updated.

@Akaricchi Akaricchi merged commit 751e603 into master Dec 29, 2022
@Akaricchi Akaricchi deleted the gha-dh-build branch August 30, 2024 10:17
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.

2 participants