build fixes
All checks were successful
/ Plan (push) Successful in 11s
/ Plan (pull_request) Successful in 15s

This commit is contained in:
Dan Hamik 2024-11-25 09:15:52 -06:00
parent 130cc62795
commit 66d257aa7a

View File

@ -17,14 +17,8 @@ jobs:
id: ls id: ls
run: ls -al run: ls -al
- name: Login to repo - name: Deploy
id: login 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 .
- name: Build docker push git.hamik.net/paradizelost/visubnet
id: Build Verify
run: docker build -t git.hamik.net/paradizelost/visubnet:latest .
- name: Push to Repository
id: push
run: docker push git.hamik.net/paradizelost/visubnet