Skip to content

Commit

Permalink
Use private ecr in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorjerse committed Dec 19, 2024
1 parent 0729c83 commit 1023abc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true

env:
RESOLWE_CONTAINER_IMAGE_MAP: '{"public.ecr.aws/s4q6j6e8": "396487289173.dkr.ecr.eu-west-1.amazonaws.com/public.ecr.aws/genialis", "public.ecr.aws/genialis": "396487289173.dkr.ecr.eu-west-1.amazonaws.com/public.ecr.aws/genialis"}'

jobs:
test:
runs-on: arc-runner
Expand Down

0 comments on commit 1023abc

Please sign in to comment.