From 0458ff81c097a81af4f0a0ed9a8033f03ecbf72c Mon Sep 17 00:00:00 2001 From: Hunia Fatima Date: Wed, 11 Sep 2024 16:19:00 +0500 Subject: [PATCH] fix: output --- .github/workflows/push-registrar-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-registrar-image.yml b/.github/workflows/push-registrar-image.yml index 4eecdcef99..c9017cb6d3 100644 --- a/.github/workflows/push-registrar-image.yml +++ b/.github/workflows/push-registrar-image.yml @@ -38,7 +38,7 @@ jobs: file: ./dockerfiles/registrar.Dockerfile push: true target: dev - repository: edxops/registrar-devstack-dev + outputs: type=registry,name=edxops/registrar-devstack-dev,push=true tags: ${{ steps.get-tag-name.outputs.result }},${{ github.sha }} - name: Send failure notification