diff --git a/README.md b/README.md index 65463cb..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.4 + - 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.4 + - 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.4 + - uses: Taucher2003/GitLab-Pipeline-Action@ name: Run pipeline with: GL_SERVER_URL: https://gitlab.com diff --git a/action.yml b/action.yml index 08d838f..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.4' + image: 'Dockerfile' args: - /gitlab_pipeline_action/bin/${{ inputs.TASK }}.rb branding: