Skip to content

Commit

Permalink
Bump security version
Browse files Browse the repository at this point in the history
  • Loading branch information
mkopa committed Oct 11, 2022
1 parent 4bd2e99 commit 2747dfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions ci-scripts/docker-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ check_dockerhub_credentials() {
dockerhub_push() {
echo ${DOCKERHUB_PASSWORD} | docker login --username "$DOCKERHUB_USERNAME" --password-stdin
IMAGE="$DOCKERHUB_REPOSITORY/$SERVICE_NAME"
docker build -t ${IMAGE}:${VERSION} -f $DOCKERFILE_PATH .
docker tag ${IMAGE}:${VERSION} ${IMAGE}:${VERSION}
docker push ${IMAGE}:${VERSION}
docker build -t ${IMAGE}:${VERSION} -t ${IMAGE}:latest -f $DOCKERFILE_PATH .
docker push -a ${IMAGE}
}

check_arguments
Expand Down
2 changes: 1 addition & 1 deletion services/security/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "security",
"version": "0.0.78",
"version": "0.0.79",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2747dfd

Please sign in to comment.