Skip to content

Bump stefanzweifel/git-auto-commit-action from 7.0.0 to 7.1.0 #150

Bump stefanzweifel/git-auto-commit-action from 7.0.0 to 7.1.0

Bump stefanzweifel/git-auto-commit-action from 7.0.0 to 7.1.0 #150

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@v5
- name: Build Docker Image
uses: docker/build-push-action@v6.18.0
with:
context: .
file: ./debian/Dockerfile