From 2e4be9728b53688d3f650da6ae5a17a3c8a844fa Mon Sep 17 00:00:00 2001 From: Alex Kanitz Date: Tue, 3 Jan 2023 23:59:31 +0100 Subject: [PATCH] fix GitHub Actions publish --- .github/workflows/checks.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 9c6fea9..01b7762 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -6,9 +6,6 @@ on: pull_request: branches: [dev] -env: - DOCKER_REPO_NAME: elixircloud/cwl-wes - jobs: lint: name: Run linting @@ -52,8 +49,6 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event_name == 'push' }} needs: [lint, test] - env: - DOCKER_REPO_NAME: elixircloud/cwl-wes steps: - name: Check out repository uses: actions/checkout@v3 @@ -65,7 +60,7 @@ jobs: uses: philips-software/docker-ci-scripts@v5.0.0 with: dockerfile: . - image-name: "protes" + image-name: "cwl-wes" tags: "latest ${{ env.TAG }}" push-branches: "${{ github.event.repository.default_branch }}" env: