update workflow
This commit is contained in:
parent
bec3545bbc
commit
89b11dee4a
@ -7,6 +7,12 @@ jobs:
|
||||
build-debian:
|
||||
runs-on: hardware
|
||||
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
|
||||
run: docker pull debian
|
||||
- name: Build new image
|
||||
@ -17,6 +23,12 @@ jobs:
|
||||
build-arch:
|
||||
runs-on: hardware
|
||||
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
|
||||
run: docker pull archlinux
|
||||
- name: Build new image
|
||||
@ -27,6 +39,12 @@ jobs:
|
||||
build-void:
|
||||
runs-on: hardware
|
||||
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
|
||||
run: docker pull voidlinux/voidlinux
|
||||
- name: Build new image
|
||||
@ -37,6 +55,12 @@ jobs:
|
||||
build-alpine:
|
||||
runs-on: hardware
|
||||
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
|
||||
run: docker pull alpine
|
||||
- name: Build new image
|
||||
|
Loading…
x
Reference in New Issue
Block a user