Skip to content

Commit

Permalink
Merge pull request #8 from koriym/ghcr
Browse files Browse the repository at this point in the history
x4 times speed up!
  • Loading branch information
koriym committed Nov 19, 2021
2 parents 1a532aa + 9291e65 commit 134e853
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM php:latest
FROM php:alpine

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

RUN apt-get update \
&& apt-get -y --no-install-recommends install zip unzip graphviz
RUN apk upgrade --no-cache \
&& apk add --no-cache graphviz

COPY entrypoint.sh /entrypoint.sh

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ inputs:
default: profile.xml
runs:
using: docker
image: Dockerfile
image: ghcr.io/koriym/asd-action
args:
- ${{ inputs.config }}
- ${{ inputs.profile }}

0 comments on commit 134e853

Please sign in to comment.