Skip to content

build(deps): bump actions/checkout from 3 to 4 #309

build(deps): bump actions/checkout from 3 to 4

build(deps): bump actions/checkout from 3 to 4 #309

Workflow file for this run

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