Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
remove not neede string
Browse files Browse the repository at this point in the history
  • Loading branch information
vladupshot committed Feb 13, 2024
1 parent 2b53ace commit 6e49c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_push_ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
MAIN_BRANCH: main # Images from this branch will be tagged as "latest"
run: |
#! Due to we trigger on push.tags GITHUB_REF - is the tag name
GIT_TAG="${GITHUB_REF}"
GIT_TAG="$(echo $GITHUB_REF| sed 's#refs/tags/##')"
IMAGE_TAG="${GITHUB_SHA:0:8}"
EXTRA_IMAGE_TAGS=$GIT_TAG
Expand Down

0 comments on commit 6e49c08

Please sign in to comment.