mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-04 10:12:31 +01:00
dockerhub build fix
This commit is contained in:
parent
268ae39001
commit
310bada821
4
.github/workflows/auto-build.yml
vendored
4
.github/workflows/auto-build.yml
vendored
@ -113,5 +113,5 @@ jobs:
|
|||||||
- name: manually build
|
- name: manually build
|
||||||
if: ${{ github.event.inputs.app }}
|
if: ${{ github.event.inputs.app }}
|
||||||
run: |
|
run: |
|
||||||
docker build docker-mods/${{ github.event.inputs.app }} --tag 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 ghcr.io/gilbn/theme.park:${{ github.event.inputs.app }}
|
docker push gilbn/theme.park:${{ github.event.inputs.app }}
|
Loading…
Reference in New Issue
Block a user