Skip to content

Commit

Permalink
ci: update doc workflow img ref ci-main
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Sep 1, 2023
1 parent e052d02 commit a9016e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
build_openapi_json:
name: Build OpenAPI
runs-on: ubuntu-latest
container: ghcr.io/hotosm/osm-fieldwork:ci
container: ghcr.io/hotosm/fmtm/backend:ci-main

steps:
- name: Checkout repository
Expand All @@ -66,7 +66,7 @@ jobs:
publish_docs:
name: Publish Docs
runs-on: ubuntu-latest
container: ghcr.io/hotosm/osm-fieldwork:ci
container: ghcr.io/hotosm/fmtm/backend:ci-main
needs: [build_doxygen, build_openapi_json]

steps:
Expand Down

0 comments on commit a9016e7

Please sign in to comment.