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