1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-08-16 15:09:39 +02:00

dockerhub build fix

This commit is contained in:
GilbN 2022-05-15 17:05:07 +02:00
parent 268ae39001
commit 310bada821

View File

@ -113,5 +113,5 @@ jobs:
- name: manually build
if: ${{ github.event.inputs.app }}
run: |
docker build docker-mods/${{ github.event.inputs.app }} --tag ghcr.io/gilbn/theme.park:${{ github.event.inputs.app }}
docker push ghcr.io/gilbn/theme.park:${{ github.event.inputs.app }}
docker build docker-mods/${{ github.event.inputs.app }} --tag gilbn/theme.park:${{ github.event.inputs.app }}
docker push gilbn/theme.park:${{ github.event.inputs.app }}