Skip to content

Commit

Permalink
Allow tiamat image override
Browse files Browse the repository at this point in the history
  • Loading branch information
culka committed Feb 15, 2024
1 parent 8673855 commit 8b2334c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions github-actions/setup-e2e-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ inputs:
the default version.
required: false
default: ""
tiamat_version:
description: Version of tiamat to use (docker image tag). Set to "" if using
the default version.
required: false
default: ""
custom_docker_compose:
description:
Path for an additional docker-compose file to be used when starting up the
Expand Down Expand Up @@ -117,6 +122,7 @@ runs:
CYPRESS_DOCKER_IMAGE: ${{ inputs.cypress_version }}
HASTUS_DOCKER_IMAGE: ${{ inputs.hastus_version }}
TIMETABLESAPI_DOCKER_IMAGE: ${{ inputs.timetablesapi_version }}
TIAMAT_DOCKER_IMAGE: ${{ inputs.tiamat_version }}
run: |
docker-compose -f ${{ github.workspace }}/docker/docker-compose.yml ${{ inputs.custom_docker_compose != '' && format('-f {0}', inputs.custom_docker_compose) || '' }} up -d
shell: bash
Expand Down

0 comments on commit 8b2334c

Please sign in to comment.