gha: payload-after-push: Pass registry / repo as inputs

We made registry / repo mandatory, but we only adapted that to the amd64
job.  Let's fix it now and make sure this is also passed to the arm64
and s390x jobs.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2023-04-05 12:24:48 +02:00
parent 7855b43062
commit 41026f003e

View File

@ -28,7 +28,8 @@ jobs:
needs: build-assets-arm64 needs: build-assets-arm64
uses: ./.github/workflows/publish-kata-deploy-payload-arm64.yaml uses: ./.github/workflows/publish-kata-deploy-payload-arm64.yaml
with: with:
registry: quay.io/kata-containers/kata-deploy-ci registry: quay.io
repo: kata-containers/kata-deploy-ci
tag: kata-containers-arm64 tag: kata-containers-arm64
secrets: inherit secrets: inherit
@ -36,7 +37,8 @@ jobs:
needs: build-assets-s390x needs: build-assets-s390x
uses: ./.github/workflows/publish-kata-deploy-payload-s390x.yaml uses: ./.github/workflows/publish-kata-deploy-payload-s390x.yaml
with: with:
registry: quay.io/kata-containers/kata-deploy-ci registry: quay.io
repo: kata-containers/kata-deploy-ci
tag: kata-containers-s390x tag: kata-containers-s390x
secrets: inherit secrets: inherit