diff --git a/.gitea/workflows/obs-service.yaml b/.gitea/workflows/obs-service.yaml index 3c4fd57..a126c7e 100644 --- a/.gitea/workflows/obs-service.yaml +++ b/.gitea/workflows/obs-service.yaml @@ -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' diff --git a/Dockerfile b/Dockerfile index 15a2c81..31a0c5a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]