Skip to content

Commit

Permalink
ci: bump workflows --> 1.2.4 (no .env.example)
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Nov 10, 2023
1 parent 73c6cfd commit 39ec2f1
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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:
ci-build:
uses: hotosm/gh-workflows/.github/workflows/[email protected].3
uses: hotosm/gh-workflows/.github/workflows/[email protected].4
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].3
uses: hotosm/gh-workflows/.github/workflows/[email protected].4
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].3
uses: hotosm/gh-workflows/.github/workflows/[email protected].4
with:
output_path: docs/apidocs

publish_docs:
uses: hotosm/gh-workflows/.github/workflows/[email protected].3
uses: hotosm/gh-workflows/.github/workflows/[email protected].4
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].3
uses: hotosm/gh-workflows/.github/workflows/[email protected].4
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
pytest:
uses: hotosm/gh-workflows/.github/workflows/[email protected].3
uses: hotosm/gh-workflows/.github/workflows/[email protected].4
with:
image_name: ghcr.io/${{ github.repository }}
tag_override: ${{ github.event_name == 'push' && 'ci' || '' }}
2 changes: 1 addition & 1 deletion .github/workflows/wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ on:

jobs:
publish-docs-to-wiki:
uses: hotosm/gh-workflows/.github/workflows/[email protected].3
uses: hotosm/gh-workflows/.github/workflows/[email protected].4
with:
homepage_path: "wiki_redirect.md"

0 comments on commit 39ec2f1

Please sign in to comment.