Skip to content

Commit

Permalink
Merge pull request #13 from eco4cast/prod
Browse files Browse the repository at this point in the history
Specifying running on prod
  • Loading branch information
jzwart authored Dec 21, 2023
2 parents 73dac9b + 746b113 commit 0cf7ade
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/docker_targets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: prod
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/targets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
container: eco4cast/usgsrc4cast-targets:latest
steps:
- uses: actions/checkout@v3

with:
ref: prod
- name: Generate targets
shell: Rscript {0}
run: |
Expand Down

0 comments on commit 0cf7ade

Please sign in to comment.