Skip to content

Automatic commit of package [karellen-sysbox] release [0.6.5.0-1]. #10

Automatic commit of package [karellen-sysbox] release [0.6.5.0-1].

Automatic commit of package [karellen-sysbox] release [0.6.5.0-1]. #10

Workflow file for this run

name: karellen-sysbox-copr-release
on:
workflow_dispatch:
inputs:
tag:
required: true
push:
tags:
- karellen-sysbox-*
jobs:
upload-assets:
runs-on: ubuntu-24.04
timeout-minutes: 600
continue-on-error: false
env:
GH_TOKEN: ${{ secrets.PAT_TOKEN }}
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 60
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.PAT_TOKEN }}
fetch-depth: 0
- name: COPR to GitHub Release Action
uses: karellen/copr-to-gh-release@main
with:
copr-owner-name: karellen
copr-project-name: karellen-sysbox
copr-package-name: karellen-sysbox
tag-to-version-regex: '^karellen-sysbox-(\d.+)$'
tag: ${{ github.event_name == 'push' && github.ref_name || github.event.inputs.tag }}
clobber-assets: ${{ github.event_name == 'push' }}
wait-build: true