Use all-features for special-tag preview and latest images.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -120,8 +120,8 @@ jobs:
|
|||||||
acct: ${{github.actor}}
|
acct: ${{github.actor}}
|
||||||
repo: ${{github.repository}}
|
repo: ${{github.repository}}
|
||||||
docker_repo: ${{inputs.docker_repo}}
|
docker_repo: ${{inputs.docker_repo}}
|
||||||
docker_tag_preview: ${{ contains(github.ref, 'refs/tags/v') }}
|
docker_tag_preview: ${{ matrix.cargo_profile == 'release' && matrix.feat_set == 'all' && matrix.sys_target == 'x86_64-linux-gnu' && contains(github.ref, 'refs/tags/v') }}
|
||||||
docker_tag_latest: ${{ contains(github.ref, 'refs/tags/v') && !contains(github.ref, '-rc') }}
|
docker_tag_latest: ${{ matrix.cargo_profile == 'release' && matrix.feat_set == 'all' && matrix.sys_target == 'x86_64-linux-gnu' && contains(github.ref, 'refs/tags/v') && !contains(github.ref, '-rc') }}
|
||||||
|
|
||||||
run: |
|
run: |
|
||||||
docker/bake.sh "${{matrix.bake_target}}"
|
docker/bake.sh "${{matrix.bake_target}}"
|
||||||
|
|||||||
Reference in New Issue
Block a user