Actions fix ?

This commit is contained in:
zuma 2025-04-13 17:15:01 +02:00
parent 3a52dea702
commit 653daf5c02

View file

@ -8,14 +8,10 @@ on:
jobs:
publish:
runs-on: ubuntu-22.04
env:
DOCKER_HOST: tcp://localhost:2375
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0 # all history for all branches and tags
- name: Checkout
uses: actions/checkout@v4
- name: Deploy
run: |