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