Skip to content

Commit

Permalink
fix(): Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
richiesebastian authored Sep 17, 2024
1 parent 29e0bd4 commit aafab2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@Library('jenkins-library@opensource-release-multiarch') _
dockerImagePipeline(
script: this,
services: ['openvpn-server.alpine.amd64','openvpn-client.alpine.amd64'],
services: ['openvpn-server.alpine','openvpn-client.alpine'],
dockerfiles: ['avesha_openvpn_server.dockerfile','avesha_openvpn_client.dockerfile'],
pushed: true,
buildArgumentsList: [
Expand Down

0 comments on commit aafab2f

Please sign in to comment.