Skip to content

Commit

Permalink
Update push-branch-main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilDigitalJustice committed Oct 18, 2023
1 parent bcb548f commit 4769426
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 4769426

Please sign in to comment.