parent
f058bdd223
commit
c55ab9d5d3
@ -10,11 +10,12 @@ jobs:
|
|||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
working-directory: ./
|
working-directory: ./
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- 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
|
||||||
@ -22,6 +23,7 @@ jobs:
|
|||||||
- name: Login to repo
|
- name: Login to repo
|
||||||
id: login
|
id: login
|
||||||
run: echo "${{ secrets.GITEASECRET_TOKEN }}" | docker login git.hamik.net -u paradizelost --password-stdin
|
run: echo "${{ secrets.GITEASECRET_TOKEN }}" | docker login git.hamik.net -u paradizelost --password-stdin
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
id: Build Verify
|
id: Build Verify
|
||||||
run: docker build -t git.hamik.net/paradizelost/visubnet:latest .
|
run: docker build -t git.hamik.net/paradizelost/visubnet:latest .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user