Skip to content

Commit

Permalink
chore: Docker Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ybgbob committed Nov 15, 2023
1 parent 0d322e0 commit 052505f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
# [ "$VERSION" == "master" ] && VERSION=latest
echo IMAGE_NAME=$IMAGE_NAME
echo VERSION=${GITHUB_SHA::8}
docker tag $IMAGE_NAME $IMAGE_NAME:$VERSION
docker tag $IMAGE_NAME $IMAGE_NAME:${GITHUB_SHA::8}
docker tag $IMAGE_NAME $IMAGE_NAME:latest
docker push $IMAGE_NAME:$VERSION
docker push $IMAGE_NAME:${GITHUB_SHA::8}
docker push $IMAGE_NAME:latest

0 comments on commit 052505f

Please sign in to comment.