Skip to content

Commit

Permalink
Merge pull request #112 from MohamedSabthar/main
Browse files Browse the repository at this point in the history
Pass central access token to docker
  • Loading branch information
MohamedSabthar authored Oct 13, 2023
2 parents 94360af + 14a406c commit 2238fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/groovy/io/ballerina/plugin/BallerinaPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ class BallerinaPlugin implements Plugin<Project> {
ballerinaDockerTag = dockerTag
}
def balPushWithDocker = """
docker run --rm --net=host --user root \
docker run --env-file $project.projectDir/docker.env --rm --net=host --user root \
-v $parentDirectory:/home/ballerina/$parentDirectory.name \
-v $projectDirectory:/home/ballerina/$parentDirectory.name/$projectDirectory.name \
ballerina/ballerina:$ballerinaDockerTag \
Expand Down

0 comments on commit 2238fbf

Please sign in to comment.