Skip to content

Conversation

@stephankramer
Copy link
Collaborator

Test github actions disk space issue during build seen in #165

@stephankramer stephankramer force-pushed the test-disk-space-isssue branch 2 times, most recently from 98c38b0 to f843fcf Compare December 14, 2025 16:31
- name: Save Docker image
if: ${{ inputs.save-docker-image-artifact != null }}
run: |
if [[ ! "${{ inputs.save-docker-image-artifact }}" == firedrake-parmmg-base ]]; then

Check failure

Code scanning / zizmor

code injection via template expansion Error

code injection via template expansion
fi
docker image load -i "images/${{ inputs.load-docker-image-artifact }}.tar"
echo "${{ inputs.load-docker-image-artifact }}.tar" > .dockerignore
rm "images/${{ inputs.load-docker-image-artifact }}.tar"

Check failure

Code scanning / zizmor

code injection via template expansion Error

code injection via template expansion
@stephankramer
Copy link
Collaborator Author

Just a CI test

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