Skip to content

Commit

Permalink
changing dask image
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed Mar 19, 2024
1 parent 5f86d2b commit 570673a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CI_triggered.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
type=sha,
type=raw,value=${{ github.event.client_payload.ref }}
- name: Update Version In Checked-Out Code
if: ${{ github.event.client_payload.ref }}
run: >
sed -i "s@\(.*image:\).*@\1 hub.opensciencegrid.org/usatlas/analysis-dask-base:${{ github.event.client_payload.ref }}@" ${GITHUB_WORKSPACE}/dask_config.yaml;
- name: Set up QEMU
uses: docker/[email protected]

Expand Down

0 comments on commit 570673a

Please sign in to comment.