This commit is contained in:
nora 2023-02-09 21:43:12 +01:00
parent df45dcbb9f
commit e3a98023d3

View file

@ -22,6 +22,6 @@ jobs:
username: ${{ secrets.DOCKER_NILSTRIEB_DEV_USER }}
password: ${{ secrets.DOCKER_NILSTRIEB_DEV_PASSWORD }}
- uses: actions/checkout@v3
- name: Check out application source
- name: Build docker image
run: |
APP=${{ github.event.inputs.app }}
ci/build.sh ${{ github.event.inputs.app }}