Skip to content
Closed
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
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@ on:

jobs:
build:
uses: powsybl/github-ci/.github/workflows/build-base-docker-image-generic.yml@0c71f00e40f49d9bbfc59acb821387e0751ab4d2
uses: powsybl/github-ci/.github/workflows/build-base-docker-image-generic.yml@0d8ae1ddb3c03d77626232819c7026db6c5f2699
with:
dockerImage: powsybl/java
dockerUsername: powsyblci
dockerRoUsername: ropowsyblci
eventOrganizations: gridsuite
eventType: java_updated
secrets:
docker-token: ${{ secrets.DOCKERHUB_TOKEN }}
repo-token: ${{ secrets.REPO_ACCESS_TOKEN }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
docker-ro-token: ${{ secrets.DOCKERHUB_RO_TOKEN }}

6 changes: 3 additions & 3 deletions .github/workflows/patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ on:

jobs:
run-patch:
uses: powsybl/github-ci/.github/workflows/patch-base-docker-image-generic.yml@0c71f00e40f49d9bbfc59acb821387e0751ab4d2
uses: powsybl/github-ci/.github/workflows/patch-base-docker-image-generic.yml@0d8ae1ddb3c03d77626232819c7026db6c5f2699
with:
githubappId: ${{ vars.POWSYBL_ACTIONS_APPID }}
dockerImage: powsybl/java
dockerUsername: powsyblci
releaseVersion: ${{ github.event.inputs.releaseVersion }}
secrets:
githubappPrivateKey: ${{ secrets.POWSYBL_ACTIONS_SECRET }}
docker-token: ${{ secrets.DOCKERHUB_TOKEN }}
VERSIONBUMP_GHAPP_PRIVATE_KEY: ${{ secrets.VERSIONBUMP_GHAPP_PRIVATE_KEY }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ on:

jobs:
run-release:
uses: powsybl/github-ci/.github/workflows/release-base-docker-image-generic.yml@0c71f00e40f49d9bbfc59acb821387e0751ab4d2
uses: powsybl/github-ci/.github/workflows/release-base-docker-image-generic.yml@0d8ae1ddb3c03d77626232819c7026db6c5f2699
with:
githubappId: ${{ vars.POWSYBL_ACTIONS_APPID }}
dockerImage: powsybl/java
dockerUsername: powsyblci
releaseVersion: ${{ github.event.inputs.releaseVersion }}
gitReference: ${{ github.event.inputs.gitReference }}
secrets:
githubappPrivateKey: ${{ secrets.POWSYBL_ACTIONS_SECRET }}
docker-token: ${{ secrets.DOCKERHUB_TOKEN }}
VERSIONBUMP_GHAPP_PRIVATE_KEY: ${{ secrets.VERSIONBUMP_GHAPP_PRIVATE_KEY }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
Loading