Skip to content

Commit

Permalink
use docker file from master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
wpoely86 committed Jan 14, 2025
1 parent 27609a1 commit 0d4dd4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-publish-ondemand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
ref: '${{ env.RELEASE }}'
path: 'ondemand'

- name: Fix versions of module streams
run: sed -i 's@nodejs:18@nodejs:20@;s@ruby:3\.1@ruby:3.3@' ondemand/Dockerfile
- name: Use the dockerfile from the master branch
run: wget -O ondemand/Dockerfile 'https://raw.githubusercontent.com/OSC/ondemand/refs/heads/master/Dockerfile'

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

0 comments on commit 0d4dd4c

Please sign in to comment.