Skip to content

Improve docker labels and move safe git dir to entrypoint #29

Improve docker labels and move safe git dir to entrypoint

Improve docker labels and move safe git dir to entrypoint #29

Workflow file for this run

name: Build docker image
on: [push]
jobs:
build-action:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build action image
run: make docker-build