workflows: Fix action name

We have a few actions in the `payload-after-push.*.yaml` that are
referring to Confidential Containers, but they should be referring to
Kata Containers instead.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2023-03-02 10:17:18 +01:00
parent 7286f8f706
commit e07162e79d
4 changed files with 4 additions and 4 deletions

View File

@ -75,7 +75,7 @@ jobs:
needs: create-kata-tarball
runs-on: ubuntu-latest
steps:
- name: Login to Confidential Containers quay.io
- name: Login to Kata Containers quay.io
uses: docker/login-action@v2
with:
registry: quay.io

View File

@ -83,7 +83,7 @@ jobs:
needs: create-kata-tarball
runs-on: arm64
steps:
- name: Login to Confidential Containers quay.io
- name: Login to Kata Containers quay.io
uses: docker/login-action@v2
with:
registry: quay.io

View File

@ -82,7 +82,7 @@ jobs:
needs: create-kata-tarball
runs-on: s390x
steps:
- name: Login to Confidential Containers quay.io
- name: Login to Kata Containers quay.io
uses: docker/login-action@v2
with:
registry: quay.io

View File

@ -31,7 +31,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Login to Confidential Containers quay.io
- name: Login to Kata Containers quay.io
uses: docker/login-action@v2
with:
registry: quay.io