Merge pull request #7498 from fidencio/topic/gha-release-stage-must-be-a-string

gha: release: `stage` must be a string
This commit is contained in:
Fabiano Fidêncio
2023-07-31 14:32:47 +02:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ jobs:
- ${{ inputs.stage }}
exclude:
- asset: cloud-hypervisor-glibc
stage: release
stage: "release"
steps:
- name: Login to Kata Containers quay.io
if: ${{ inputs.push-to-registry == 'yes' }}

View File

@@ -10,7 +10,7 @@ jobs:
build-kata-static-tarball-amd64:
uses: ./.github/workflows/build-kata-static-tarball-amd64.yaml
with:
stage: release
stage: "release"
kata-deploy:
needs: build-kata-static-tarball-amd64

View File

@@ -10,7 +10,7 @@ jobs:
build-kata-static-tarball-arm64:
uses: ./.github/workflows/build-kata-static-tarball-arm64.yaml
with:
stage: release
stage: "release"
kata-deploy:
needs: build-kata-static-tarball-arm64

View File

@@ -10,7 +10,7 @@ jobs:
build-kata-static-tarball-s390x:
uses: ./.github/workflows/build-kata-static-tarball-s390x.yaml
with:
stage: release
stage: "release"
kata-deploy:
needs: build-kata-static-tarball-s390x