mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-31 07:19:06 +00:00
gha: release: Set inherit secrets on tarball builds
Now we have updated the release builds to push artefacts to our registry for the release, so we can cache the images, we need to set `secrets: inherit` for all architecture's tarball builds so that we can log into quay.io and ghcr in those steps Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
parent
5b257685d9
commit
f271983aeb
1
.github/workflows/release-amd64.yaml
vendored
1
.github/workflows/release-amd64.yaml
vendored
@ -12,6 +12,7 @@ jobs:
|
||||
with:
|
||||
push-to-registry: yes
|
||||
stage: release
|
||||
secrets: inherit
|
||||
|
||||
kata-deploy:
|
||||
needs: build-kata-static-tarball-amd64
|
||||
|
1
.github/workflows/release-arm64.yaml
vendored
1
.github/workflows/release-arm64.yaml
vendored
@ -12,6 +12,7 @@ jobs:
|
||||
with:
|
||||
push-to-registry: yes
|
||||
stage: release
|
||||
secrets: inherit
|
||||
|
||||
kata-deploy:
|
||||
needs: build-kata-static-tarball-arm64
|
||||
|
1
.github/workflows/release-ppc64le.yaml
vendored
1
.github/workflows/release-ppc64le.yaml
vendored
@ -12,6 +12,7 @@ jobs:
|
||||
with:
|
||||
push-to-registry: yes
|
||||
stage: release
|
||||
secrets: inherit
|
||||
|
||||
kata-deploy:
|
||||
needs: build-kata-static-tarball-ppc64le
|
||||
|
Loading…
Reference in New Issue
Block a user