Skip to content

Commit

Permalink
revert old "wrong fix"2
Browse files Browse the repository at this point in the history
  • Loading branch information
Taepper committed Nov 14, 2024
1 parent 1c28f3d commit 31e76d8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ concurrency:
group: linter-${{ github.ref }}
cancel-in-progress: true

env:
DOCKER_DEPENDENCY_IMAGE_NAME: ghcr.io/genspectrum/lapis-silo-dependencies

jobs:
waitForDependencyImage:
name: Wait for dependency image
Expand All @@ -30,7 +27,7 @@ jobs:
env:
PR_NUMBER: ${{ github.event.number }}
container:
image: "${{ env.DOCKER_DEPENDENCY_IMAGE_NAME }}:commit-${{ github.sha }}"
image: ghcr.io/genspectrum/lapis-silo-linter-dependencies:commit-${{ github.sha }}"
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 31e76d8

Please sign in to comment.