From 4769426f333950ba14cf328db4775328d6f94b53 Mon Sep 17 00:00:00 2001 From: Phil Payne Date: Wed, 18 Oct 2023 08:33:55 +0100 Subject: [PATCH] Update push-branch-main.yml --- .../workflows/{push-branch-test.yml => push-branch-main.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{push-branch-test.yml => push-branch-main.yml} (98%) diff --git a/.github/workflows/push-branch-test.yml b/.github/workflows/push-branch-main.yml similarity index 98% rename from .github/workflows/push-branch-test.yml rename to .github/workflows/push-branch-main.yml index 0e56400..5276ca7 100644 --- a/.github/workflows/push-branch-test.yml +++ b/.github/workflows/push-branch-main.yml @@ -106,7 +106,7 @@ jobs: env: REGISTRY: ${{ steps.login-ecr.outputs.registry }} REPOSITORY: ${{ vars.DEV_ECR_REPOSITORY }} - REPO_NAME: ${{ steps.define-image-tag.outputs.repo_name }} + REPO_NAME: ${{ needs.define-image-tag.outputs.repo_name }} APP_VERSION: ${{ needs.build-test-publish.outputs.app_version }} run: | echo "Captured version: ${{ env.APP_VERSION }}"