From 884d2bf6043c28ca941643a8999796320848e6a1 Mon Sep 17 00:00:00 2001 From: Juan Larriba Date: Wed, 16 Oct 2024 15:29:59 +0200 Subject: [PATCH 1/3] Update build-sg-core.yaml --- .github/workflows/build-sg-core.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-sg-core.yaml b/.github/workflows/build-sg-core.yaml index eb5dfa4..8e55635 100644 --- a/.github/workflows/build-sg-core.yaml +++ b/.github/workflows/build-sg-core.yaml @@ -68,7 +68,7 @@ jobs: - name: Push tag with digest ${{ env.OPERATOR_IMAGE_DIGEST }} uses: redhat-actions/push-to-registry@v2 with: - image: ${{ steps.build-operator.outputs.image }} + image: ${{ steps.build.outputs.image }} tags: ${{ env.OPERATOR_IMAGE_DIGEST }} registry: ${{ env.imageregistry }}/${{ env.imagenamespace }} username: ${{ secrets.QUAY_USERNAME }} From 919ad8364756a6e448da91bb5655eeb5f39efe20 Mon Sep 17 00:00:00 2001 From: Juan Larriba Date: Wed, 16 Oct 2024 15:38:24 +0200 Subject: [PATCH 2/3] Update build-sg-core.yaml --- .github/workflows/build-sg-core.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-sg-core.yaml b/.github/workflows/build-sg-core.yaml index 8e55635..dd6efdb 100644 --- a/.github/workflows/build-sg-core.yaml +++ b/.github/workflows/build-sg-core.yaml @@ -68,7 +68,7 @@ jobs: - name: Push tag with digest ${{ env.OPERATOR_IMAGE_DIGEST }} uses: redhat-actions/push-to-registry@v2 with: - image: ${{ steps.build.outputs.image }} + image: sg-core tags: ${{ env.OPERATOR_IMAGE_DIGEST }} registry: ${{ env.imageregistry }}/${{ env.imagenamespace }} username: ${{ secrets.QUAY_USERNAME }} From 3fa1490c0f68b444e3d953b1d4b1b93b782d1fe5 Mon Sep 17 00:00:00 2001 From: Juan Larriba Date: Wed, 16 Oct 2024 15:42:26 +0200 Subject: [PATCH 3/3] Update build-sg-core.yaml --- .github/workflows/build-sg-core.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-sg-core.yaml b/.github/workflows/build-sg-core.yaml index dd6efdb..9130f57 100644 --- a/.github/workflows/build-sg-core.yaml +++ b/.github/workflows/build-sg-core.yaml @@ -69,7 +69,7 @@ jobs: uses: redhat-actions/push-to-registry@v2 with: image: sg-core - tags: ${{ env.OPERATOR_IMAGE_DIGEST }} + tags: ${{ env.IMAGE_DIGEST }} registry: ${{ env.imageregistry }}/${{ env.imagenamespace }} username: ${{ secrets.QUAY_USERNAME }} password: ${{ secrets.QUAY_PASSWORD }}