Skip to content

Commit

Permalink
Update catalog.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rqthomas authored Jan 12, 2024
1 parent 0194022 commit 1974e99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/catalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ name: catalog

jobs:
docker:
runs-on: ubuntu-latest
runs-on: self-hosted #ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
OSN_KEY: ${{ secrets.OSN_KEY }}
OSN_SECRET: ${{ secrets.OSN_SECRET }}
#container: rocker/geospatial:latest
container: eco4cast/rocker-neon4cast:latest
#container: eco4cast/rocker-neon4cast:latest
steps:
- run: git config --system --add safe.directory '*'

Expand Down

0 comments on commit 1974e99

Please sign in to comment.