Skip to content

Bump stefanzweifel/git-auto-commit-action from 6.0.1 to 7.0.0 (#93) #146

Bump stefanzweifel/git-auto-commit-action from 6.0.1 to 7.0.0 (#93)

Bump stefanzweifel/git-auto-commit-action from 6.0.1 to 7.0.0 (#93) #146

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