Browse Source

dockerhub build fix

pull/382/head
GilbN 3 years ago
parent
commit
310bada821
  1. 4
      .github/workflows/auto-build.yml

4
.github/workflows/auto-build.yml

@ -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 }}
Loading…
Cancel
Save