This commit is contained in:
Dan Hamik 2024-11-25 09:11:20 -06:00
parent 8fbda4f459
commit fe7b3c0b09

View File

@ -4,7 +4,7 @@ on:
push: push:
branches: branches:
- "**" - "**"
- "!master" #- "!master"
jobs: jobs:
Plan: Plan:
@ -25,4 +25,3 @@ jobs:
run: | run: |
echo "${{ secrets.GITEASECRET_TOKEN }}" | docker login git.hamik.net -u paradizelost --password-stdin echo "${{ secrets.GITEASECRET_TOKEN }}" | docker login git.hamik.net -u paradizelost --password-stdin
docker build -t git.hamik.net/paradizelost/visubnet:latest . docker build -t git.hamik.net/paradizelost/visubnet:latest .