mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-26 03:29:02 +00:00
Merge pull request #9188 from fidencio/topic/releases-follow-up-II
releases: Second round of follow-up fixes
This commit is contained in:
commit
1d2f7afd1f
6
.github/workflows/payload-after-push.yaml
vendored
6
.github/workflows/payload-after-push.yaml
vendored
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user