Update .gitea/workflows/base-build.yml
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
name: Build and Push Multi-Arch Docker Images
|
name: Build and Push Multi-Arch Docker Images
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
paths:
|
paths:
|
||||||
- 'debian/buster/Dockerfile'
|
- 'debian/buster/Dockerfile'
|
||||||
- 'debian/bullseye/Dockerfile'
|
- 'debian/bullseye/Dockerfile'
|
||||||
@@ -9,7 +13,7 @@ name: Build and Push Multi-Arch Docker Images
|
|||||||
- 'debian/bullseye/**'
|
- 'debian/bullseye/**'
|
||||||
- 'debian/bookworm/**'
|
- 'debian/bookworm/**'
|
||||||
- 'debian/docker-build/**'
|
- 'debian/docker-build/**'
|
||||||
on: [push]
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: fithwum
|
runs-on: fithwum
|
||||||
|
|||||||
Reference in New Issue
Block a user