Compare commits

...

9 Commits

Author SHA1 Message Date
9a33b82b42 Merge pull request 'work' (#1) from work into master
Reviewed-on: #1
2024-11-25 09:09:53 -06:00
d8127d7d9c additional build changes
Some checks failed
/ Plan (pull_request) Failing after 8s
2024-11-25 09:06:29 -06:00
09f1ae2ed5 build changes 2024-11-25 09:03:25 -06:00
a3714ff873 build updates 2024-11-25 09:01:59 -06:00
280b9314e9 build testing 2024-11-25 09:01:19 -06:00
a056d05bda a
Some checks failed
/ Plan (push) Failing after 11s
2024-11-25 09:00:14 -06:00
2b8fa78dc3 build test
Some checks failed
/ Plan (push) Failing after 12s
2024-11-25 08:53:23 -06:00
c55ab9d5d3 testing build again
Some checks failed
/ Plan (push) Failing after 10s
2024-11-25 08:52:32 -06:00
f058bdd223 testing build automation
Some checks failed
/ Plan (push) Failing after 13s
2024-11-25 08:50:27 -06:00
2 changed files with 8 additions and 13 deletions

View File

@ -9,10 +9,8 @@ on:
jobs:
Plan:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./
steps:
- uses: actions/checkout@v4
with:
@ -24,8 +22,6 @@ 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 .
run: |
echo "${{ secrets.GITEASECRET_TOKEN }}" | docker login git.hamik.net -u paradizelost --password-stdin
docker build -t git.hamik.net/paradizelost/visubnet:latest .

View File

@ -7,14 +7,12 @@ on:
jobs:
Plan:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: List Contents
id: ls
run: ls -al
@ -22,6 +20,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 .