Skip to content

Commit

Permalink
feat(docker): Composer auth env var at build
Browse files Browse the repository at this point in the history
  • Loading branch information
leocavalcante committed Dec 8, 2023
1 parent c227f68 commit e3d9482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
build() {
docker build --build-arg PHP="$PHP_VERSION" -t "$PHPCTL_IMAGE" .
docker build --build-arg PHP="$PHP_VERSION" --build-arg COMPOSER_AUTH="$COMPOSER_AUTH" -t "$PHPCTL_IMAGE" .
}

push() {
Expand Down

0 comments on commit e3d9482

Please sign in to comment.