build fixes
This commit is contained in:
parent
130cc62795
commit
66d257aa7a
@ -17,14 +17,8 @@ jobs:
|
||||
id: ls
|
||||
run: ls -al
|
||||
|
||||
- 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 .
|
||||
|
||||
- name: Push to Repository
|
||||
id: push
|
||||
run: docker push git.hamik.net/paradizelost/visubnet
|
||||
- name: Deploy
|
||||
run: |
|
||||
echo "${{ secrets.GITEASECRET_TOKEN }}" | docker login git.hamik.net -u paradizelost --password-stdin
|
||||
docker build -t git.hamik.net/paradizelost/visubnet:latest .
|
||||
docker push git.hamik.net/paradizelost/visubnet
|
Loading…
x
Reference in New Issue
Block a user