Skip to content

Commit

Permalink
Merge pull request #154 from nikodemas/master
Browse files Browse the repository at this point in the history
Fix GitHub workflows
  • Loading branch information
nikodemas authored Jul 3, 2023
2 parents 916a90d + 5e99580 commit a23bb8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-docker-spark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
- name: Get cmsmon-spark Dockerfile
run: |
curl -ksLO https://raw.githubusercontent.com/dmwm/CMSKubernetes/master/docker/cmsmon-spark/Dockerfile
- name: Get helper script and make it executable
run: |
curl -ksLO https://raw.githubusercontent.com/dmwm/CMSKubernetes/master/docker/cmsmon-spark/install.sh
chmod +x install.sh
- name: Login to registry.cern.ch
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit a23bb8d

Please sign in to comment.