testing build again
Some checks failed
/ Plan (push) Failing after 10s

This commit is contained in:
Dan Hamik 2024-11-25 08:52:32 -06:00
parent f058bdd223
commit c55ab9d5d3

View File

@ -10,11 +10,12 @@ jobs:
defaults:
run:
working-directory: ./
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: List Contents
id: ls
run: ls -al
@ -22,6 +23,7 @@ jobs:
- name: Login to repo
id: login
run: echo "${{ secrets.GITEASECRET_TOKEN }}" | docker login git.hamik.net -u paradizelost --password-stdin
- name: Build
id: Build Verify
run: docker build -t git.hamik.net/paradizelost/visubnet:latest .