Remove tag v1 recreate error image
Some checks failed
OSC Pull Custom Image Demo / opensuse osc custom container checkout test (push) Failing after 18s

Signed-off-by: Alex Lau (AvengerMoJo) <alau@suse.com>
This commit is contained in:
Alex Lau 2023-10-25 11:12:36 +08:00
parent 8877a98b04
commit 78d68b0790
No known key found for this signature in database
GPG Key ID: 3F28752074CC2261
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ jobs:
name: opensuse osc custom container checkout test
steps:
- name: Build action step
uses: https://src.opensuse.org/alexlau/bc@v1
uses: https://src.opensuse.org/alexlau/bc
with:
osc_user: 'alexlau'
osc_path: 'home:alexlau:branches:Base:System'

View File

@ -5,5 +5,5 @@ RUN zypper --non-interactive install osc
RUN zypper --non-interactive clean --all
COPY runner.sh /runner.sh
RUN chmod +x /runner.sh
# RUN chmod +x /runner.sh
ENTRYPOINT ["/runner.sh"]