From 8faab965a7b7256935b088219d9d0746b38ed30a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Sat, 2 Mar 2024 17:29:17 +0100 Subject: [PATCH] gh: Fix payload-after-push tags MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We now expect the arch specific images to be tagged as kata-containers-latest-${arch}. Signed-off-by: Fabiano FidĂȘncio --- .github/workflows/payload-after-push.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/payload-after-push.yaml b/.github/workflows/payload-after-push.yaml index 9c63bf9a09..5de3f9209b 100644 --- a/.github/workflows/payload-after-push.yaml +++ b/.github/workflows/payload-after-push.yaml @@ -48,7 +48,7 @@ jobs: commit-hash: ${{ github.sha }} registry: quay.io repo: kata-containers/kata-deploy-ci - tag: kata-containers-amd64 + tag: kata-containers-latest-amd64 target-branch: ${{ github.ref_name }} secrets: inherit @@ -59,7 +59,7 @@ jobs: commit-hash: ${{ github.sha }} registry: quay.io repo: kata-containers/kata-deploy-ci - tag: kata-containers-arm64 + tag: kata-containers-latest-arm64 target-branch: ${{ github.ref_name }} secrets: inherit @@ -70,7 +70,7 @@ jobs: commit-hash: ${{ github.sha }} registry: quay.io repo: kata-containers/kata-deploy-ci - tag: kata-containers-s390x + tag: kata-containers-latest-s390x target-branch: ${{ github.ref_name }} secrets: inherit @@ -81,7 +81,7 @@ jobs: commit-hash: ${{ github.sha }} registry: quay.io repo: kata-containers/kata-deploy-ci - tag: kata-containers-ppc64le + tag: kata-containers-latest-ppc64le target-branch: ${{ github.ref_name }} secrets: inherit