1
0

update workflow
All checks were successful
Build / build-alpine (push) Successful in 10s
Build / build-arch (push) Successful in 16s
Build / build-debian (push) Successful in 52s
Build / build-void (push) Successful in 57s

This commit is contained in:
ІО-23 Шмуляр Олег 2025-05-24 21:05:40 +03:00
parent bec3545bbc
commit 89b11dee4a

View File

@ -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