1616 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1717
1818 - name : Build the images if necessary
19- uses : submariner-io/shipyard/gh-actions/cache-images@devel
19+ uses : submariner-io/shipyard/gh-actions/cache-images@release-0.23
2020
2121 # Both E2E jobs have the same name; the default job is un-suffixed, the full jobs are suffixed with their matrix combination
2222 e2e-default :
@@ -29,11 +29,11 @@ jobs:
2929 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3030
3131 - name : Run E2E deployment and tests
32- uses : submariner-io/shipyard/gh-actions/e2e@devel
32+ uses : submariner-io/shipyard/gh-actions/e2e@release-0.23
3333
3434 - name : Post mortem
3535 if : failure()
36- uses : submariner-io/shipyard/gh-actions/post-mortem@devel
36+ uses : submariner-io/shipyard/gh-actions/post-mortem@release-0.23
3737
3838 e2e-full :
3939 name : E2E
@@ -60,14 +60,14 @@ jobs:
6060 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
6161
6262 - name : Run E2E deployment and tests
63- uses : submariner-io/shipyard/gh-actions/e2e@devel
63+ uses : submariner-io/shipyard/gh-actions/e2e@release-0.23
6464 with :
6565 k8s_version : ${{ matrix.k8s_version }}
6666 using : ${{ matrix.ip_family }} ${{ matrix.globalnet }}
6767
6868 - name : Post mortem
6969 if : failure()
70- uses : submariner-io/shipyard/gh-actions/post-mortem@devel
70+ uses : submariner-io/shipyard/gh-actions/post-mortem@release-0.23
7171 conformance-test :
7272 name : MCS Conformance
7373 needs : images
@@ -113,4 +113,4 @@ jobs:
113113
114114 - name : Post mortem
115115 if : failure()
116- uses : submariner-io/shipyard/gh-actions/post-mortem@devel
116+ uses : submariner-io/shipyard/gh-actions/post-mortem@release-0.23
0 commit comments