Skip to content

Commit

Permalink
update image tag number
Browse files Browse the repository at this point in the history
  • Loading branch information
Dert1129 committed Apr 24, 2024
1 parent e48eaba commit 515f057
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-gradle-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
build-gradle-project:
env:
IMAGE_TAG: 2.0
IMAGE_TAG: 2.2
runs-on: ubuntu-latest
steps:
- name: Get branch names
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ apply plugin: 'com.palantir.docker'

jar {
baseName='state-manager-service'
version= '2.0'
version= '2.2'
}

repositories {
Expand Down

0 comments on commit 515f057

Please sign in to comment.