Skip to content

[FIX] Make --detach argument explicit to handle future Docker Swarm c… #168

[FIX] Make --detach argument explicit to handle future Docker Swarm c…

[FIX] Make --detach argument explicit to handle future Docker Swarm c… #168

Workflow file for this run

name: "Mirror"
on:
workflow_dispatch:
push:
branches: ["**"]
tags: ["**"]
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
mirror:
name: "Mirror"
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: "Checkout"
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: "Mirror to Codeberg"
uses: cssnr/mirror-repository-action@v1
with:
host: https://codeberg.org
create: true
username: "shaner"
password: ${{ secrets.CODEBERG_TOKEN }}