Skip to content

Use code from library instead of from <Command-v> #132

Use code from library instead of from <Command-v>

Use code from library instead of from <Command-v> #132

Workflow file for this run

name: CI workflow
on: [push, pull_request]
jobs:
gradle-build:
uses: ./.github/workflows/gradle-build.yml
docker:
uses: ./.github/workflows/docker.yml
needs: gradle-build
with:
jar-artifact: rsyncit-jar
tags: ghcr.io/ripe-ncc/rsyncit:unstable
push: ${{ github.ref == 'refs/heads/main' }}