Skip to content

Commit

Permalink
chore: Fix deploy image suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Jul 3, 2023
1 parent 8f2e59b commit 62bad21
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}
export image=toolisticon/${entry}-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}
export image=toolisticon/${entry}-builder
timeStamp=$(date +%s)
docker tag ${image}:${IMAGE_TAG} ${image}:${timeStamp}
Expand Down

0 comments on commit 62bad21

Please sign in to comment.