From f76d0123b132aca0669fc431ef095e0cc6473046 Mon Sep 17 00:00:00 2001 From: Niklas van Schrick Date: Fri, 30 Aug 2024 18:06:13 +0000 Subject: [PATCH] Reset action to development version --- README.md | 6 +++--- action.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3af4b13..cb985f8 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ jobs: pipeline: runs-on: ubuntu-latest steps: - - uses: Taucher2003/GitLab-Pipeline-Action@1.8.5 + - uses: Taucher2003/GitLab-Pipeline-Action@ name: Run pipeline with: GL_SERVER_URL: https://gitlab.com @@ -77,7 +77,7 @@ jobs: pipeline: runs-on: ubuntu-latest steps: - - uses: Taucher2003/GitLab-Pipeline-Action@1.8.5 + - uses: Taucher2003/GitLab-Pipeline-Action@ name: Run pipeline with: GL_SERVER_URL: https://gitlab.com @@ -128,7 +128,7 @@ jobs: pipeline: runs-on: ubuntu-latest steps: - - uses: Taucher2003/GitLab-Pipeline-Action@1.8.5 + - uses: Taucher2003/GitLab-Pipeline-Action@ name: Run pipeline with: GL_SERVER_URL: https://gitlab.com diff --git a/action.yml b/action.yml index 08a050e..24b5c31 100644 --- a/action.yml +++ b/action.yml @@ -36,7 +36,7 @@ outputs: author: 'Taucher2003' runs: using: 'docker' - image: 'docker://ghcr.io/taucher2003/gitlab-pipeline-action:1.8.5' + image: 'Dockerfile' args: - /gitlab_pipeline_action/bin/${{ inputs.TASK }}.rb branding: