* change MULLE_C_COMPILER_ID, which is now simplified and all uppercase #49
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: DockerfileCI | |
| on: [push,workflow_dispatch] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| if: ${{ ! env.ACT }} | |
| - name: Build Docker image | |
| if: ${{ ! env.ACT }} | |
| run: docker build . | |