Skip to content

Commit

Permalink
chore: Fix image naming
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Jul 3, 2023
1 parent 62bad21 commit ff13e51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
run: |
source ./.bin/_bash.inc
export entry=${{matrix.image}}
export image=toolisticon/${entry}-builder
export image=toolisticon/$(echo $entry | cut -d'/' -f2)-builder
docker tag ${image}:${IMAGE_TAG} ${image}:${MAJOR_DOCKER_TAG}
docker tag ${image}:${IMAGE_TAG} ${image}:${MINOR_DOCKER_TAG}
Expand All @@ -135,7 +135,7 @@ jobs:
run: |
source ./.bin/_bash.inc
export entry=${{matrix.image}}
export image=toolisticon/${entry}-builder
export image=toolisticon/$(echo $entry | cut -d'/' -f2)-builder
timeStamp=$(date +%s)
docker tag ${image}:${IMAGE_TAG} ${image}:${timeStamp}
Expand Down

0 comments on commit ff13e51

Please sign in to comment.