Skip to content

Commit

Permalink
Don't add the branch to the image id, only to the version
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaith committed Oct 2, 2024
1 parent 4703b3c commit 0aa7de8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ jobs:
# Extract branch name
BRANCH_NAME=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
# Append branch name to image ID
IMAGE_ID=$IMAGE_ID-$BRANCH_NAME
# Change all uppercase to lowercase
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
Expand Down

0 comments on commit 0aa7de8

Please sign in to comment.