File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
build :
11
- uses : powsybl/github-ci/.github/workflows/build-frontend-app-generic.yml@8197c006b729cfd664ffa3f3fe4bb603fb574c69
11
+ uses : powsybl/github-ci/.github/workflows/build-frontend-app-generic.yml@69b162754c0728d9aeb2ea568eaf47f28f60fafb
12
12
with :
13
13
dockerImage : gridsuite/gridadmin-app
14
14
dockerUsername : gridsuiteci
Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
run-patch :
13
- uses : powsybl/github-ci/.github/workflows/patch-frontend-app-generic.yml@8197c006b729cfd664ffa3f3fe4bb603fb574c69
13
+ uses : powsybl/github-ci/.github/workflows/patch-frontend-app-generic.yml@69b162754c0728d9aeb2ea568eaf47f28f60fafb
14
14
with :
15
15
releaseVersion : ${{ github.event.inputs.releaseVersion }}
16
16
dockerImage : docker.io/gridsuite/gridadmin-app
Original file line number Diff line number Diff line change 14
14
15
15
jobs :
16
16
run-release :
17
- uses : powsybl/github-ci/.github/workflows/release-frontend-app-generic.yml@8197c006b729cfd664ffa3f3fe4bb603fb574c69
17
+ uses : powsybl/github-ci/.github/workflows/release-frontend-app-generic.yml@69b162754c0728d9aeb2ea568eaf47f28f60fafb
18
18
with :
19
19
releaseVersion : ${{ github.event.inputs.releaseVersion }}
20
20
commitSha : ${{ github.event.inputs.gitReference }}
You can’t perform that action at this time.
0 commit comments