Skip to content

Commit

Permalink
LPAL-1300: fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-whitwell committed Jun 5, 2024
1 parent e62dbf5 commit 77cf82a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_docker_build_scan_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
id: docker_tags
run: >
if ${{ inputs.branch_name == 'main' }}; then
echo "tags=$ECR_REGISTRY/$ECR_REPOSITORY:latest,$ECR_REGISTRY/main-$ECR_REPOSITORY:$SEMVER_TAG" >> $GITHUB_OUTPUT
echo "semver_tag=$ECR_REGISTRY/main-$ECR_REPOSITORY:$SEMVER_TAG" >> $GITHUB_OUTPUT
echo "tags=$ECR_REGISTRY/$ECR_REPOSITORY:latest,$ECR_REGISTRY/$ECR_REPOSITORY:main-$SEMVER_TAG" >> $GITHUB_OUTPUT
echo "semver_tag=$ECR_REGISTRY/$ECR_REPOSITORY:main-$SEMVER_TAG" >> $GITHUB_OUTPUT
else
echo "tags=$ECR_REGISTRY/$ECR_REPOSITORY:$SEMVER_TAG" >> $GITHUB_OUTPUT
echo "semver_tag=$ECR_REGISTRY/$ECR_REPOSITORY:$SEMVER_TAG" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 77cf82a

Please sign in to comment.