Skip to content

Commit

Permalink
build: fix - set version tag for Linux-based docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanDavlyatshin committed Aug 19, 2024
1 parent a507372 commit f30788b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jib {
}
to {
image = fullImageTag
tags = setOf("multibranch-1")
tags = setOf(version.toString())
auth {
username=gitUsername
password=gitPassword
Expand Down

0 comments on commit f30788b

Please sign in to comment.