Skip to content

CI changes

CI changes #334

Workflow file for this run

name: Build with rust and docker
on:
push:
workflow_dispatch:
pull_request:
schedule:
# Fetch new base image updates every night at 1am
- cron: '0 1 * * *'
jobs:
build-with-samply:
uses: samply/github-workflows/.github/workflows/rust.yml@main

Check failure on line 13 in .github/workflows/rust.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/rust.yml

Invalid workflow file

error parsing called workflow ".github/workflows/rust.yml" -> "samply/github-workflows/.github/workflows/rust.yml@main" (source branch with sha:594ca6a24f28cc224f17fd5284ec46a45b272677) --> "samply/github-workflows/.github/workflows/docker-ci.yml@rust" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
# For information on these variables, please refer to https://github.com/samply/github-workflows/tree/main/.github/workflows/rust.yml
# Docker Hub name will be {image-prefix}{component}
image-prefix: "samply/"
components: '[ "rustyspot" ]'
architectures: '[ "amd64" ]'
#profile: debug
test-via-script: false
#features: '[ "", "sockets" ]'
push-to: ${{ (github.ref_protected == true || github.event_name == 'workflow_dispatch') && 'dockerhub' || 'none' }}
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}