Compare commits
No commits in common. "9a33b82b420f50ce024947143d3defdc73f82d4d" and "480514d9714ea664404ec531c9453ed73b2fe441" have entirely different histories.
9a33b82b42
...
480514d971
@ -9,8 +9,10 @@ on:
|
||||
jobs:
|
||||
Plan:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ./
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
@ -22,6 +24,8 @@ jobs:
|
||||
|
||||
- name: Login to repo
|
||||
id: login
|
||||
run: |
|
||||
echo "${{ secrets.GITEASECRET_TOKEN }}" | docker login git.hamik.net -u paradizelost --password-stdin
|
||||
docker build -t git.hamik.net/paradizelost/visubnet:latest .
|
||||
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 .
|
@ -7,12 +7,14 @@ 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
|
||||
@ -20,7 +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 .
|
||||
|
Loading…
x
Reference in New Issue
Block a user