|
|
@ -82,6 +82,7 @@ jobs: |
|
|
|
run: | |
|
|
|
docker build docker-mods/${{ github.event.inputs.app }} --tag ghcr.io/gilbn/theme.park:${{ github.event.inputs.app }}${{ github.event.inputs.append-tag }} |
|
|
|
docker push ghcr.io/gilbn/theme.park:${{ github.event.inputs.app }}${{ github.event.inputs.append-tag }} |
|
|
|
- name: manually build all mods |
|
|
|
if: ${{ github.event.inputs.app == 'build-all-the-mods' }} |
|
|
|
run: | |
|
|
|
for app in ${{ github.event.inputs.app.options }} |
|
|
@ -126,6 +127,7 @@ jobs: |
|
|
|
run: | |
|
|
|
docker build docker-mods/${{ github.event.inputs.app }} --tag gilbn/theme.park:${{ github.event.inputs.app }}${{ github.event.inputs.append-tag }} |
|
|
|
docker push gilbn/theme.park:${{ github.event.inputs.app }}${{ github.event.inputs.append-tag }} |
|
|
|
- name: manually build all mods |
|
|
|
if: ${{ github.event.inputs.app == 'build-all-the-mods' }} |
|
|
|
run: | |
|
|
|
for app in ${{ github.event.inputs.app.options }} |
|
|
|