From 78d68b079051e5e65819f61247ab05dba683c291 Mon Sep 17 00:00:00 2001 From: "Alex Lau (AvengerMoJo)" Date: Wed, 25 Oct 2023 11:12:36 +0800 Subject: [PATCH] Remove tag v1 recreate error image Signed-off-by: Alex Lau (AvengerMoJo) --- .gitea/workflows/obs-service.yaml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"]