Skip to content

Commit

Permalink
Update run_r.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pcinereus authored Apr 19, 2024
1 parent 687447c commit c8e01a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_r.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
jobs:
generate-data:
runs-on: ${{ matrix.config.os }}
container: ghcr.io/open-aims/seriatopora_analyses:main #put in the correct branch name
container: ghcr.io/open-aims/${{ github.repository | tr [:upper:] [:lower:] }}:main #put in the correct branch name
#container: ghcr.io/open-aims/seriatopora_analyses:main #put in the correct branch name
container: ghcr.io/open-aims/${{ ${{ github.repository }} | tr [:upper:] [:lower:] }}:main #put in the correct branch name
name: ${{ matrix.config.os }}

strategy:
Expand Down

0 comments on commit c8e01a6

Please sign in to comment.