Skip to content

Commit 40a320a

Browse files
committed
Switched to correct worklflow: image_build
1 parent 48e89a3 commit 40a320a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/docker_image_build.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ on:
99
- 'dev'
1010

1111
jobs:
12-
pytest:
13-
uses: hotosm/gh-workflows/.github/workflows/test_pytest.yml@main
12+
build:
13+
uses: hotosm/gh-workflows/.github/workflows/image_build.yml@main
1414
secrets: inherit
1515
with:
1616
image_name: ghcr.io/${{ github.repository }}
1717
build_target: prod
18-
environment: dev

0 commit comments

Comments
 (0)