Skip to content

Merge pull request #15 from RIPE-NCC/feature/rsync-may-change-time-be… #146

Merge pull request #15 from RIPE-NCC/feature/rsync-may-change-time-be…

Merge pull request #15 from RIPE-NCC/feature/rsync-may-change-time-be… #146

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' }}