This commit is contained in:
2025-07-02 18:48:23 -07:00
parent ec4bcdbc2c
commit 6f77d29f49
3 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ name: Build and Push Multi-Arch Docker Images
on:
push:
branches:
- master
- main
paths:
- 'debian/buster/Dockerfile'
- 'debian/bullseye/Dockerfile'
@@ -18,7 +18,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: fithwum
steps:
- name: Checkout code