Skip to content

Commit 02edcf5

Browse files
committed
feat: new structure\n\nBREAKING CHANGE: generated moved to root with model.yaml instead of generated.yaml
1 parent 133646e commit 02edcf5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
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

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM php:apache-bullseye
22

33
ARG DSOMM_VERSION=dev
4+
ARG GITHUB_REPOSITORY=DevSecOpsMaturityModel-data
45

56
RUN 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
67
COPY yaml-generation /var/www/html/yaml-generation

0 commit comments

Comments
 (0)