Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
uses: powsybl/github-ci/.github/workflows/build-backend-app-generic.yml@aaae75875296657028f2805e7a3fbdb1418b8b95
uses: powsybl/github-ci/.github/workflows/build-backend-app-generic.yml@c81718897ef649fcdc685955a094bf724bf7fa9e
with:
dockerImage: docker.io/gridsuite/network-modification-server
dockerUsername: gridsuiteci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
run-patch:
uses: powsybl/github-ci/.github/workflows/patch-backend-app-generic.yml@aaae75875296657028f2805e7a3fbdb1418b8b95
uses: powsybl/github-ci/.github/workflows/patch-backend-app-generic.yml@c81718897ef649fcdc685955a094bf724bf7fa9e
with:
githubappId: ${{ vars.GRIDSUITE_ACTIONS_APPID }}
dockerImage: docker.io/gridsuite/network-modification-server
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
run-release:
uses: powsybl/github-ci/.github/workflows/release-backend-app-generic.yml@aaae75875296657028f2805e7a3fbdb1418b8b95
uses: powsybl/github-ci/.github/workflows/release-backend-app-generic.yml@c81718897ef649fcdc685955a094bf724bf7fa9e
with:
githubappId: ${{ vars.GRIDSUITE_ACTIONS_APPID }}
dockerImage: docker.io/gridsuite/network-modification-server
Expand Down