Add conditions to skip container publish

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-05-10 22:46:38 +00:00
parent df55b42d29
commit 4430f71bfd
3 changed files with 42 additions and 24 deletions

View File

@@ -91,6 +91,8 @@ jobs:
rust_targets: ${{vars.RUST_TARGETS}}
sys_targets: ${{vars.sys_TARGETS}}
machines: ${{vars.MACHINES}}
excludes: '[{"feat_set": "none"}]'
docker_id: ${{vars.DOCKER_ID}}
secrets:
dockerhub_token: ${{ secrets.dockerhub_token }}
ghcr_token: ${{ secrets.ghcr_token }}
ghcr_token: ${{ secrets.GHCR_TOKEN }}
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}