Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Commit

Permalink
ci: update workflows 1.4.0 --> 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Nov 30, 2023
1 parent b8b4593 commit e217b44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release_img.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ on:

jobs:
underpass-build:
uses: hotosm/gh-workflows/.github/workflows/image_build.yml@1.4.0
uses: hotosm/gh-workflows/.github/workflows/image_build.yml@1.4.1
with:
dockerfile: docker/underpass.dockerfile
build_target: prod
image_name: ghcr.io/${{ github.repository }}

api-build:
uses: hotosm/gh-workflows/.github/workflows/image_build.yml@1.4.0
uses: hotosm/gh-workflows/.github/workflows/image_build.yml@1.4.1
with:
dockerfile: docker/underpass-api.dockerfile
build_target: prod
image_name: ghcr.io/${{ github.repository }}/api

ui-build:
uses: hotosm/gh-workflows/.github/workflows/image_build.yml@1.4.0
uses: hotosm/gh-workflows/.github/workflows/image_build.yml@1.4.1
with:
dockerfile: docker/underpass-ui.dockerfile
build_target: prod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
build-and-test:
uses: hotosm/gh-workflows/.github/workflows/test_compose.yml@1.4.0
uses: hotosm/gh-workflows/.github/workflows/test_compose.yml@1.4.1
with:
image_name: ghcr.io/${{ github.repository }}
build_dockerfile: docker/underpass.dockerfile
Expand Down

0 comments on commit e217b44

Please sign in to comment.