Skip to content

Commit

Permalink
ci: update builds to use gh-workflows 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Oct 23, 2023
1 parent bd99cf0 commit 27dddc9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
backend-ci-build:
uses: hotosm/gh-workflows/.github/workflows/[email protected].0
uses: hotosm/gh-workflows/.github/workflows/[email protected].1
with:
build_target: ci
image_tags: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
ci-build:
uses: hotosm/gh-workflows/.github/workflows/[email protected].0
uses: hotosm/gh-workflows/.github/workflows/[email protected].1
with:
build_target: prod
image_name: "ghcr.io/${{ github.repository }}"
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ on:

jobs:
build_doxygen:
uses: hotosm/gh-workflows/.github/workflows/[email protected].0
uses: hotosm/gh-workflows/.github/workflows/[email protected].1
with:
output_path: docs/apidocs

publish_docs:
uses: hotosm/gh-workflows/.github/workflows/[email protected].0
uses: hotosm/gh-workflows/.github/workflows/[email protected].1
needs: [build_doxygen]
with:
image: ghcr.io/${{ github.repository }}:ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ on:

jobs:
publish_to_pypi:
uses: hotosm/gh-workflows/.github/workflows/[email protected].0
uses: hotosm/gh-workflows/.github/workflows/[email protected].1
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 27dddc9

Please sign in to comment.