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:
stevenhorsman 2024-05-20 13:27:16 +01:00
parent 838fbc09e8
commit 47ad9ffb67
3 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,7 @@ jobs:
with:
push-to-registry: yes
stage: release
secrets: inherit
kata-deploy:
needs: build-kata-static-tarball-amd64

View File

@ -12,6 +12,7 @@ jobs:
with:
push-to-registry: yes
stage: release
secrets: inherit
kata-deploy:
needs: build-kata-static-tarball-arm64

View File

@ -12,6 +12,7 @@ jobs:
with:
push-to-registry: yes
stage: release
secrets: inherit
kata-deploy:
needs: build-kata-static-tarball-ppc64le