Skip to content

Commit

Permalink
ci: update version for test_compose workflow --> 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Oct 25, 2023
1 parent cedf636 commit 3c3236d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
pytest:
uses: hotosm/gh-workflows/.github/workflows/[email protected].0
uses: hotosm/gh-workflows/.github/workflows/[email protected].1
with:
image_name: ghcr.io/${{ github.repository }}/backend
build_context: src/backend
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_test_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
pytest:
uses: hotosm/gh-workflows/.github/workflows/[email protected].0
uses: hotosm/gh-workflows/.github/workflows/[email protected].1
with:
image_name: ghcr.io/${{ github.repository }}/backend
build_context: src/backend
Expand Down

0 comments on commit 3c3236d

Please sign in to comment.