Compare commits
9 Commits
480514d971
...
9a33b82b42
Author | SHA1 | Date | |
---|---|---|---|
9a33b82b42 | |||
d8127d7d9c | |||
09f1ae2ed5 | |||
a3714ff873 | |||
280b9314e9 | |||
a056d05bda | |||
2b8fa78dc3 | |||
c55ab9d5d3 | |||
f058bdd223 |
@ -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 .
|
@ -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 .
|
||||
|
Loading…
x
Reference in New Issue
Block a user