Skip to content

Commit 8eb9c4a

Browse files
committed
Update workflows
1 parent c187986 commit 8eb9c4a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/platform-release-hotfix.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# v3.800.6
2-
# https://virtocommerce.atlassian.net/browse/VCST-915
1+
# v3.800.12
2+
# https://virtocommerce.atlassian.net/browse/VCST-2469
33
name: Release hotfix
44

55
on:
@@ -13,12 +13,12 @@ on:
1313

1414
jobs:
1515
test:
16-
uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.6
16+
uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.12
1717
secrets:
1818
sonarToken: ${{ secrets.SONAR_TOKEN }}
1919

2020
build:
21-
uses: VirtoCommerce/.github/.github/workflows/build.yml@v3.800.6
21+
uses: VirtoCommerce/.github/.github/workflows/build.yml@v3.800.12
2222
with:
2323
uploadPackage: 'true'
2424
uploadDocker: 'true'
@@ -29,7 +29,7 @@ jobs:
2929
envPAT: ${{ secrets.REPO_TOKEN }}
3030

3131
get-metadata:
32-
runs-on: ubuntu-20.04
32+
runs-on: ubuntu-24.04
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.REPO_TOKEN }}
3535
outputs:
@@ -47,7 +47,7 @@ jobs:
4747
publish-docker:
4848
needs:
4949
[build, get-metadata]
50-
uses: VirtoCommerce/.github/.github/workflows/publish-docker.yml@v3.800.6
50+
uses: VirtoCommerce/.github/.github/workflows/publish-docker.yml@v3.800.12
5151
with:
5252
fullKey: ${{ needs.build.outputs.dockerFullKey }}
5353
shortKey: '${{ needs.build.outputs.dockerShortKey }}-'
@@ -61,7 +61,7 @@ jobs:
6161
publish-github-release:
6262
needs:
6363
[build, test, get-metadata]
64-
uses: VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.800.6
64+
uses: VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.800.12
6565
with:
6666
fullKey: ${{ needs.build.outputs.packageFullKey }}
6767
changeLog: '${{ needs.get-metadata.outputs.changeLog }}'
@@ -75,7 +75,7 @@ jobs:
7575
needs:
7676
[publish-github-release, publish-docker, test]
7777
if: ${{ github.event.inputs.incrementPatch == 'true' }}
78-
runs-on: ubuntu-20.04
78+
runs-on: ubuntu-24.04
7979
steps:
8080
- name: Checkout
8181
uses: actions/checkout@v4

0 commit comments

Comments
 (0)