-
-
Notifications
You must be signed in to change notification settings - Fork 182
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
Rewrite Docker pipeline #2404
Rewrite Docker pipeline #2404
Conversation
You can see a successful 'dummy' run of this workflow here: https://github.com/FEniCS/dolfinx/actions/runs/3250648594 |
.github/workflows/docker.yml
Outdated
-t dolfinx/dev-env:${{ steps.tag_name.outputs.TAG_PREFIX }} \ | ||
dolfinx/dev-env:${{ steps.tag_name.outputs.TAG_PREFIX }}-amd64 \ | ||
dolfinx/dev-env:${{ steps.tag_name.outputs.TAG_PREFIX }}-arm64 | ||
# |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe add a comment saying that this is building the test-env
.github/workflows/docker.yml
Outdated
--tag ${GH_PREFIX}/${TAG} \ | ||
${DH_PREFIX}/${TAG}-amd64 \ | ||
${DH_PREFIX}/${TAG}-arm64 | ||
# |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment that this is building dev-env
?
This PR rewrites the Docker image build pipeline.
docker/Dockerfile.dummy
for more rapid testing of CI steps.