Skip to content

Commit 7f1cafa

Browse files
committed
Add missing protocol, fix syntax warnings
1 parent c5f4790 commit 7f1cafa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM composer:2.8.11 AS composer
22

3-
FROM php:8.4-cli as build
3+
FROM php:8.4-cli AS build
44

55
COPY --from=composer /usr/bin/composer /usr/bin/composer
66

@@ -13,8 +13,8 @@ RUN apt-get update && apt-get install -y \
1313
RUN docker-php-ext-install zip
1414
RUN 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

1919
ADD composer.json /compiler/composer.json
2020
ADD composer.lock /compiler/composer.lock

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ outputs:
2121
description: 'Path to the compressed installer file, relative to workspace'
2222
runs:
2323
using: 'docker'
24-
image: 'ghcr.io/gocom/action-textpattern-package-plugin:@master'
24+
image: 'docker://ghcr.io/gocom/action-textpattern-package-plugin:@master'
2525
branding:
2626
icon: 'package'
2727
color: 'gray-dark'

0 commit comments

Comments
 (0)