From a9e289e628d2798c9d43006df505297d887e02e8 Mon Sep 17 00:00:00 2001 From: Hunia Fatima Date: Wed, 23 Oct 2024 16:38:17 +0500 Subject: [PATCH] fix: corrected image tags and name --- .github/workflows/push-docker-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-docker-images.yml b/.github/workflows/push-docker-images.yml index efc52cc..eac7ccd 100644 --- a/.github/workflows/push-docker-images.yml +++ b/.github/workflows/push-docker-images.yml @@ -59,7 +59,7 @@ jobs: push: true platforms: ${{ matrix.images.platform }} target: ${{ matrix.images.target }} - tags: edxops/${{matrix.variant.tag}}:${{ steps.get-tag-name.outputs.result }} + tags: edxops/${{matrix.images.image_name}}-dev:${{ steps.get-tag-name.outputs.result }} - name: Send failure notification if: failure()