Skip to content

Commit 7fce426

Browse files
Fix workflow_dispatch for tag
Apply tag for both jobs
1 parent 725e2a4 commit 7fce426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tutorials.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run_ht_complex:
5656
name: Run HT, complex
5757
runs-on: ubuntu-latest
58-
container: precice/precice:nightly
58+
container: precice/precice:${{ inputs.docker_image_tag }}
5959
steps:
6060
- name: Checkout Repository
6161
uses: actions/checkout@v2

0 commit comments

Comments
 (0)