Skip to content

Commit

Permalink
fix: updated action name and composer auth.json issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CS76 committed Dec 11, 2024
1 parent 9f633c9 commit 19d2e36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# - name: Chandu Nainala
# - email: [email protected]

name : Build and Deploy to Dev
name : Build COCONUT image

on:
push:
Expand Down
3 changes: 2 additions & 1 deletion FrankenPHP.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ RUN cp ${PHP_INI_DIR}/php.ini-production ${PHP_INI_DIR}/php.ini

USER ${USER}

COPY --link --chown=${WWWUSER}:${WWWUSER} auth.json ./
# uncomment when built manually otherwise provided via composer auth
# COPY --link --chown=${WWWUSER}:${WWWUSER} auth.json ./
COPY --link --chown=${WWWUSER}:${WWWUSER} --from=vendor /usr/bin/composer /usr/bin/composer
COPY --link --chown=${WWWUSER}:${WWWUSER} composer.json composer.lock ./

Expand Down

0 comments on commit 19d2e36

Please sign in to comment.