Merge pull request #9188 from fidencio/topic/releases-follow-up-II

releases: Second round of follow-up fixes
This commit is contained in:
Fabiano Fidêncio 2024-02-29 10:59:36 +01:00 committed by GitHub
commit 1d2f7afd1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,12 +3,10 @@ on:
push:
branches:
- main
- stable-*
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build-assets-amd64:
@ -105,5 +103,5 @@ jobs:
run: |
./tools/packaging/release/release.sh publish-multiarch-manifest
env:
KATA_DEPLOY_IMAGE_TAGS="kata-containers-latest"
KATA_DEPLOY_REGISTRIES="quay.io/kata-containers/kata-deploy-ci"
KATA_DEPLOY_IMAGE_TAGS: "kata-containers-latest"
KATA_DEPLOY_REGISTRIES: "quay.io/kata-containers/kata-deploy-ci"