Skip to content

Bump stefanzweifel/git-auto-commit-action from 5.1.0 to 5.2.0 #112

Bump stefanzweifel/git-auto-commit-action from 5.1.0 to 5.2.0

Bump stefanzweifel/git-auto-commit-action from 5.1.0 to 5.2.0 #112

Workflow file for this run

name: test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
name: Build
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build Docker Image
uses: docker/build-push-action@v6.15.0
with:
context: .
file: ./debian/Dockerfile