update workflow
This commit is contained in:
parent
bec3545bbc
commit
89b11dee4a
@ -7,6 +7,12 @@ jobs:
|
|||||||
build-debian:
|
build-debian:
|
||||||
runs-on: hardware
|
runs-on: hardware
|
||||||
steps:
|
steps:
|
||||||
|
- name: Pull repository with dockerfiles
|
||||||
|
run: |
|
||||||
|
git init
|
||||||
|
git remote add gitea http://10.1.1.1:3000/hasslesstech/test3
|
||||||
|
git fetch
|
||||||
|
git checkout master
|
||||||
- name: Pull latest official image
|
- name: Pull latest official image
|
||||||
run: docker pull debian
|
run: docker pull debian
|
||||||
- name: Build new image
|
- name: Build new image
|
||||||
@ -17,6 +23,12 @@ jobs:
|
|||||||
build-arch:
|
build-arch:
|
||||||
runs-on: hardware
|
runs-on: hardware
|
||||||
steps:
|
steps:
|
||||||
|
- name: Pull repository with dockerfiles
|
||||||
|
run: |
|
||||||
|
git init
|
||||||
|
git remote add gitea http://10.1.1.1:3000/hasslesstech/test3
|
||||||
|
git fetch
|
||||||
|
git checkout master
|
||||||
- name: Pull latest official image
|
- name: Pull latest official image
|
||||||
run: docker pull archlinux
|
run: docker pull archlinux
|
||||||
- name: Build new image
|
- name: Build new image
|
||||||
@ -27,6 +39,12 @@ jobs:
|
|||||||
build-void:
|
build-void:
|
||||||
runs-on: hardware
|
runs-on: hardware
|
||||||
steps:
|
steps:
|
||||||
|
- name: Pull repository with dockerfiles
|
||||||
|
run: |
|
||||||
|
git init
|
||||||
|
git remote add gitea http://10.1.1.1:3000/hasslesstech/test3
|
||||||
|
git fetch
|
||||||
|
git checkout master
|
||||||
- name: Pull latest official image
|
- name: Pull latest official image
|
||||||
run: docker pull voidlinux/voidlinux
|
run: docker pull voidlinux/voidlinux
|
||||||
- name: Build new image
|
- name: Build new image
|
||||||
@ -37,6 +55,12 @@ jobs:
|
|||||||
build-alpine:
|
build-alpine:
|
||||||
runs-on: hardware
|
runs-on: hardware
|
||||||
steps:
|
steps:
|
||||||
|
- name: Pull repository with dockerfiles
|
||||||
|
run: |
|
||||||
|
git init
|
||||||
|
git remote add gitea http://10.1.1.1:3000/hasslesstech/test3
|
||||||
|
git fetch
|
||||||
|
git checkout master
|
||||||
- name: Pull latest official image
|
- name: Pull latest official image
|
||||||
run: docker pull alpine
|
run: docker pull alpine
|
||||||
- name: Build new image
|
- name: Build new image
|
||||||
|
Loading…
x
Reference in New Issue
Block a user