File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11FROM composer:2.8.11 AS composer
22
3- FROM php:8.4-cli as build
3+ FROM php:8.4-cli AS build
44
55COPY --from=composer /usr/bin/composer /usr/bin/composer
66
@@ -13,8 +13,8 @@ RUN apt-get update && apt-get install -y \
1313RUN docker-php-ext-install zip
1414RUN mkdir -p /composer && mkdir -p /compiler
1515
16- ENV COMPOSER_HOME /composer
17- ENV COMPOSER_ALLOW_SUPERUSER 1
16+ ENV COMPOSER_HOME= /composer
17+ ENV COMPOSER_ALLOW_SUPERUSER= 1
1818
1919ADD composer.json /compiler/composer.json
2020ADD composer.lock /compiler/composer.lock
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ outputs:
2121 description : ' Path to the compressed installer file, relative to workspace'
2222runs :
2323 using : ' docker'
24- image : ' ghcr.io/gocom/action-textpattern-package-plugin:@master'
24+ image : ' docker:// ghcr.io/gocom/action-textpattern-package-plugin:@master'
2525branding :
2626 icon : ' package'
2727 color : ' gray-dark'
You can’t perform that action at this time.
0 commit comments