Skip to content

Commit f1ec030

Browse files
committed
ci(e2e-test): use 1.55.1 for fusionauth-docker-image-version
1 parent bd4bf06 commit f1ec030

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/e2e-test-fusionauth-latest-ios-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
workflow_call:
1414

1515
env:
16-
fusionauth-docker-image-version: "main"
16+
fusionauth-docker-image-version: "1.55.1"
1717

1818
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1919
jobs:

.github/workflows/e2e-test-fusionauth-latest-ios-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
workflow_call:
1414

1515
env:
16-
fusionauth-docker-image-version: "main"
16+
fusionauth-docker-image-version: "1.55.1"
1717

1818
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1919
jobs:

.github/workflows/e2e-test-fusionauth-matrix-ios-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
swift: [ "6.0.2" ]
3939
os: [ "macos-15" ]
4040
postgresql-version: [ "16" ]
41-
fusionauth-docker-image-version: [ "main" ]
41+
fusionauth-docker-image-version: [ "1.55.1" ]
4242

4343
# Steps represent a sequence of tasks that will be executed as part of the job
4444
steps:

0 commit comments

Comments
 (0)