diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 8f9205b..5b82966 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -39,7 +39,7 @@ jobs: if [[ $VERSION =~ ^[0-9]+.[0-9]+.[0-9]+$ ]]; then docker tag $IMAGE_ID:$VERSION $IMAGE_ID:latest - docker push $IMAGE_ID:$VERSION + docker push $IMAGE_ID:latest fi # build repoUrl diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f2915c..fdc9485 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/Blvckleg/BingusBoingus/compare/v1.0.1...v1.1.0) (2024-02-16) + + +### Features + +* **workflow:** tag release to latest ([f459305](https://github.com/Blvckleg/BingusBoingus/commit/f4593052f20a334a6c5fece52632835f94e86e7e)) + ## [1.0.1](https://github.com/Blvckleg/BingusBoingus/compare/v1.0.0...v1.0.1) (2024-02-16) diff --git a/package-lock.json b/package-lock.json index f7b95e5..75a10e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bingusboingus", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bingusboingus", - "version": "1.0.1", + "version": "1.1.0", "license": "MIT", "dependencies": { "@nestjs/common": "^10.2.10", diff --git a/package.json b/package.json index ce8ee54..474cd89 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,6 @@ { "name": "bingusboingus", - "version": "1.0.0", - "version": "1.0.1", + "version": "1.1.0", "description": "Hey look it's Bingus.... or Boingus?? OR BOTH??", "main": "src/main.ts", "scripts": {