Skip to content

Commit

Permalink
fix(plugins/docker): push latest version too
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft committed Apr 28, 2024
1 parent bbd5a1e commit 0d284fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ release() {
fi

docker build . -t "$GIT_REPO_NAME:$NEXT_BUILD_VERSION"
docker push "$GIT_REPO_NAME:$NEXT_BUILD_VERSION"
docker tag "$GIT_REPO_NAME:$NEXT_BUILD_VERSION" "$GIT_REPO_NAME:latest"
docker push "$GIT_REPO_NAME"

log "Docker image published [$NEXT_RELEASE_TAG]!"
else
Expand Down

0 comments on commit 0d284fe

Please sign in to comment.