Skip to content

Commit

Permalink
change tag to remove beta
Browse files Browse the repository at this point in the history
  • Loading branch information
smerle33 committed Aug 18, 2023
1 parent 8f341c0 commit 9f8a2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/buildDockerAndPublishImage.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def call(String imageShortName, Map userConfig=[:]) {
final Map finalConfig = defaultConfig << userConfig

// DEBUG ONLY FOR PUSH
env.TAG_NAME = "0.0.1-beta"
env.TAG_NAME = "0.0.1"

// Retrieve Library's Static File Resources
final String makefileContent = libraryResource 'io/jenkins/infra/docker/Makefile'
Expand Down

0 comments on commit 9f8a2ba

Please sign in to comment.