File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- # v3.800.6
2
- # https://virtocommerce.atlassian.net/browse/VCST-915
1
+ # v3.800.12
2
+ # https://virtocommerce.atlassian.net/browse/VCST-2469
3
3
name : Release hotfix
4
4
5
5
on :
13
13
14
14
jobs :
15
15
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
17
17
secrets :
18
18
sonarToken : ${{ secrets.SONAR_TOKEN }}
19
19
20
20
build :
21
- uses : VirtoCommerce/.github/.github/workflows/build.yml@v3.800.6
21
+ uses : VirtoCommerce/.github/.github/workflows/build.yml@v3.800.12
22
22
with :
23
23
uploadPackage : ' true'
24
24
uploadDocker : ' true'
29
29
envPAT : ${{ secrets.REPO_TOKEN }}
30
30
31
31
get-metadata :
32
- runs-on : ubuntu-20 .04
32
+ runs-on : ubuntu-24 .04
33
33
env :
34
34
GITHUB_TOKEN : ${{ secrets.REPO_TOKEN }}
35
35
outputs :
47
47
publish-docker :
48
48
needs :
49
49
[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
51
51
with :
52
52
fullKey : ${{ needs.build.outputs.dockerFullKey }}
53
53
shortKey : ' ${{ needs.build.outputs.dockerShortKey }}-'
61
61
publish-github-release :
62
62
needs :
63
63
[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
65
65
with :
66
66
fullKey : ${{ needs.build.outputs.packageFullKey }}
67
67
changeLog : ' ${{ needs.get-metadata.outputs.changeLog }}'
75
75
needs :
76
76
[publish-github-release, publish-docker, test]
77
77
if : ${{ github.event.inputs.incrementPatch == 'true' }}
78
- runs-on : ubuntu-20 .04
78
+ runs-on : ubuntu-24 .04
79
79
steps :
80
80
- name : Checkout
81
81
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments