Skip to content

Commit b31f2ae

Browse files
committed
Use latest version of radix action #3002
1 parent d11ba78 commit b31f2ae

9 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/PROD-all-studios-v3.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ jobs:
223223
uses: equinor/radix-github-actions@v2
224224
with:
225225
azure_client_id: 460b889f-89e0-4cc9-965c-31f3e7770226
226+
version: latest
226227

227228
- run: rx create job deploy
228229
--context platform2

.github/workflows/PROD-all-webs-and-studios.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
uses: equinor/radix-github-actions@v2
6161
with:
6262
azure_client_id: 460b889f-89e0-4cc9-965c-31f3e7770226
63+
version: latest
6364

6465
- run: rx create job deploy
6566
--context platform2
@@ -253,6 +254,7 @@ jobs:
253254
uses: equinor/radix-github-actions@v2
254255
with:
255256
azure_client_id: 460b889f-89e0-4cc9-965c-31f3e7770226
257+
version: latest
256258
- run: rx create job deploy
257259
--context platform2
258260
-a equinor-web-sites

.github/workflows/PROD-all-webs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
uses: equinor/radix-github-actions@v2
6161
with:
6262
azure_client_id: 460b889f-89e0-4cc9-965c-31f3e7770226
63+
version: latest
6364
- run: rx create job deploy
6465
--context platform2
6566
-a equinor-web-sites

.github/workflows/PROD-studios-selected.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
uses: equinor/radix-github-actions@v2
7676
with:
7777
azure_client_id: 460b889f-89e0-4cc9-965c-31f3e7770226
78+
version: latest
7879
- run: rx create job deploy
7980
--context platform2
8081
-a equinor-web-sites

.github/workflows/PROD-webs-rollback.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ jobs:
115115
uses: equinor/radix-github-actions@v2
116116
with:
117117
azure_client_id: 460b889f-89e0-4cc9-965c-31f3e7770226
118+
version: latest
118119

119120
- run: rx create job deploy
120121
--context platform2

.github/workflows/PROD-webs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
uses: equinor/radix-github-actions@v2
7878
with:
7979
azure_client_id: 460b889f-89e0-4cc9-965c-31f3e7770226
80+
version: latest
8081
- run: rx create job deploy
8182
--context platform2
8283
-a equinor-web-sites

.github/workflows/deploy-v3/action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ runs:
130130
uses: equinor/radix-github-actions@v2
131131
with:
132132
azure_client_id: 460b889f-89e0-4cc9-965c-31f3e7770226
133+
version: latest
133134
- run: rx create job deploy
134135
--context platform2
135136
--component $COMPONENT_NAME

.github/workflows/deploy-websites/action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ runs:
115115
uses: equinor/radix-github-actions@v2
116116
with:
117117
azure_client_id: 460b889f-89e0-4cc9-965c-31f3e7770226
118+
version: latest
118119

119120
- run: rx create job deploy
120121
--component $COMPONENT_NAME

.github/workflows/studios-rollback.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ jobs:
256256
uses: equinor/radix-github-actions@v2
257257
with:
258258
azure_client_id: 460b889f-89e0-4cc9-965c-31f3e7770226
259+
version: latest
259260

260261
- run: rx create job deploy
261262
--context platform2

0 commit comments

Comments
 (0)