mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-31 16:36:38 +00:00
Merge pull request #9675 from stevenhorsman/release-build-tarballs-inherit-secrets
gha: release: Set inherit secrets on tarball builds
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user