diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e6edc9b..6381a3a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,8 @@ on: types: [published] permissions: - contents: write + contents: write # To add binaries to release + packages: write # Required for nested job in image_build workflow jobs: container-img: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index be6a61a..d89d5b7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,6 +14,7 @@ jobs: uses: hotosm/gh-workflows/.github/workflows/test_compose.yml@2.0.5 with: image_name: ghcr.io/${{ github.repository }} + build_target: release tag_override: ci compose_file: compose.yml compose_service: odkhook