Skip to content

Commit

Permalink
Merge pull request #32 from vub-hpc/fix_ondemand_builds2
Browse files Browse the repository at this point in the history
Fix ondemand builds
  • Loading branch information
smoors authored Jan 15, 2025
2 parents 193e44e + 0633bfe commit a07d525
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-publish-ondemand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
ref: '${{ env.RELEASE }}'
path: 'ondemand'

- name: Use the dockerfile from the master branch
run: wget -O ondemand/Dockerfile 'https://raw.githubusercontent.com/OSC/ondemand/2456c97e81805f1134923a712e8cc4603b77e674/Dockerfile'

- name: Build Image
uses: redhat-actions/buildah-build@v2
id: build-image
Expand Down

0 comments on commit a07d525

Please sign in to comment.