Skip to content

Commit

Permalink
fix GitHub Actions publish
Browse files Browse the repository at this point in the history
  • Loading branch information
uniqueg authored Jan 3, 2023
1 parent 4b44b17 commit 2e4be97
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
pull_request:
branches: [dev]

env:
DOCKER_REPO_NAME: elixircloud/cwl-wes

jobs:
lint:
name: Run linting
Expand Down Expand Up @@ -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
Expand All @@ -65,7 +60,7 @@ jobs:
uses: philips-software/[email protected]
with:
dockerfile: .
image-name: "protes"
image-name: "cwl-wes"
tags: "latest ${{ env.TAG }}"
push-branches: "${{ github.event.repository.default_branch }}"
env:
Expand Down

0 comments on commit 2e4be97

Please sign in to comment.