Alex Lau (AvengerMoJo)
a864c9c815
Some checks failed
OSC Pull Custom Image Demo / opensuse osc custom container checkout test (push) Failing after 54s
Signed-off-by: Alex Lau (AvengerMoJo) <alau@suse.com>
20 lines
565 B
YAML
20 lines
565 B
YAML
name: OSC Pull Custom Image Demo
|
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
|
on:
|
|
push:
|
|
branches: [ factory ]
|
|
jobs:
|
|
osc_job:
|
|
runs-on: ubuntu-latest
|
|
name: opensuse osc custom container checkout test
|
|
steps:
|
|
- name: Build action step
|
|
uses: https://src.opensuse.org/alexlau/bc@v4
|
|
with:
|
|
osc_user: 'alexlau'
|
|
osc_path: 'home:alexlau:branches:Base:System'
|
|
osc_package: 'bc'
|
|
env: # Or as an environment variable
|
|
osc_pass: ${{ secrets.OSCPASS }}
|
|
id: osc-demo
|