File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 5555 tags : wurstbrot/dsomm-yaml-generation:${{ steps.get-version.outputs.version }},wurstbrot/dsomm-yaml-generation:latest
5656 build-args : |
5757 DSOMM_VERSION=${{ steps.get-version.outputs.version }}
58+ GITHUB_REPOSITORY=${{ GITHUB_REPOSITORY }}
5859 - name : Extract generated files from docker image
5960 run : |
6061 docker run -d --name=yaml --entrypoint="/bin/sleep" wurstbrot/dsomm-yaml-generation:${{ steps.get-version.outputs.version }} 60
Original file line number Diff line number Diff line change 11FROM php:apache-bullseye
22
33ARG DSOMM_VERSION=dev
4+ ARG GITHUB_REPOSITORY=DevSecOpsMaturityModel-data
45
56RUN apt-get update && apt-get -y install apt-utils libyaml-dev wget unzip && wget -O composer-setup.php https://getcomposer.org/installer && php composer-setup.php --install-dir=/usr/local/bin --filename=composer
67COPY yaml-generation /var/www/html/yaml-generation
You can’t perform that action at this time.
0 commit comments