Skip to content

Commit

Permalink
Merge pull request #7 from smerle33/docker/image/name
Browse files Browse the repository at this point in the history
chore(pipeline): rename docker image to match docker hub one
  • Loading branch information
dduportal authored Oct 25, 2024
2 parents 703111e + 7a61bb7 commit b95d8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile_k8s
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
properties([buildDiscarder(logRotator(daysToKeepStr: '15'))])
parallelDockerUpdatecli([imageName: 'customgeoipupdate', rebuildImageOnPeriodicJob: false, , updatecliConfig: [containerMemory: '1G'], buildDockerConfig : [targetplatforms: 'linux/amd64,linux/arm64']])
parallelDockerUpdatecli([imageName: 'geoipupdate', rebuildImageOnPeriodicJob: false, , updatecliConfig: [containerMemory: '1G'], buildDockerConfig : [targetplatforms: 'linux/amd64,linux/arm64']])

0 comments on commit b95d8d7

Please sign in to comment.