additional build changes
Some checks failed
/ Plan (pull_request) Failing after 8s

This commit is contained in:
Dan Hamik 2024-11-25 09:06:29 -06:00
parent 09f1ae2ed5
commit d8127d7d9c

View File

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- name: List Contents - name: List Contents
id: ls id: ls
run: ls -al run: ls -al
@ -24,4 +24,4 @@ jobs:
id: login 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 . docker build -t git.hamik.net/paradizelost/visubnet:latest .