-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump SwissDataScienceCenter/renku-actions from 1.11.0 to 1.11.1
Bumps [SwissDataScienceCenter/renku-actions](https://github.com/swissdatasciencecenter/renku-actions) from 1.11.0 to 1.11.1. - [Release notes](https://github.com/swissdatasciencecenter/renku-actions/releases) - [Commits](SwissDataScienceCenter/renku-actions@v1.11.0...v1.11.1) --- updated-dependencies: - dependency-name: SwissDataScienceCenter/renku-actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
3a1c96b
commit 4e7dfa7
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
extra-values: ${{ steps.deploy-comment.outputs.extra-values}} | ||
steps: | ||
- id: deploy-comment | ||
uses: SwissDataScienceCenter/renku-actions/[email protected].0 | ||
uses: SwissDataScienceCenter/renku-actions/[email protected].1 | ||
with: | ||
string: /deploy | ||
pr_ref: ${{ github.event.number }} | ||
|
@@ -43,7 +43,7 @@ jobs: | |
url: https://renku-ci-nb-${{ github.event.number }}.dev.renku.ch | ||
steps: | ||
- name: deploy-pr | ||
uses: SwissDataScienceCenter/renku-actions/[email protected].0 | ||
uses: SwissDataScienceCenter/renku-actions/[email protected].1 | ||
env: | ||
DOCKER_PASSWORD: ${{ secrets.RENKU_DOCKER_PASSWORD }} | ||
DOCKER_USERNAME: ${{ secrets.RENKU_DOCKER_USERNAME }} | ||
|
@@ -89,7 +89,7 @@ jobs: | |
if: github.event.action != 'closed' && needs.check-deploy.outputs.pr-contains-string == 'true' && needs.check-deploy.outputs.test-enabled == 'true' | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: SwissDataScienceCenter/renku-actions/[email protected].0 | ||
- uses: SwissDataScienceCenter/renku-actions/[email protected].1 | ||
with: | ||
kubeconfig: ${{ secrets.RENKUBOT_DEV_KUBECONFIG }} | ||
renku-release: renku-ci-nb-${{ github.event.number }} | ||
|
@@ -118,7 +118,7 @@ jobs: | |
steps: | ||
- name: Extract Renku repository reference | ||
run: echo "RENKU_REFERENCE=`echo '${{ needs.check-deploy.outputs.renku }}' | cut -d'@' -f2`" >> $GITHUB_ENV | ||
- uses: SwissDataScienceCenter/renku-actions/[email protected].0 | ||
- uses: SwissDataScienceCenter/renku-actions/[email protected].1 | ||
with: | ||
e2e-target: ${{ matrix.tests }} | ||
renku-reference: ${{ env.RENKU_REFERENCE }} | ||
|
@@ -132,7 +132,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- name: renku teardown | ||
uses: SwissDataScienceCenter/renku-actions/[email protected].0 | ||
uses: SwissDataScienceCenter/renku-actions/[email protected].1 | ||
env: | ||
HELM_RELEASE_REGEX: "^renku-ci-nb-${{ github.event.number }}$" | ||
GITLAB_TOKEN: ${{ secrets.DEV_GITLAB_TOKEN }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,12 +97,12 @@ jobs: | |
echo "GIT_USER=Renku Bot" >> $GITHUB_ENV | ||
echo "[email protected]" >> $GITHUB_ENV | ||
- name: Push images | ||
uses: SwissDataScienceCenter/renku-actions/[email protected].0 | ||
uses: SwissDataScienceCenter/renku-actions/[email protected].1 | ||
env: | ||
DOCKER_USERNAME: ${{ secrets.RENKU_DOCKER_USERNAME }} | ||
DOCKER_PASSWORD: ${{ secrets.RENKU_DOCKER_PASSWORD }} | ||
- name: Update component version | ||
uses: SwissDataScienceCenter/renku-actions/[email protected].0 | ||
uses: SwissDataScienceCenter/renku-actions/[email protected].1 | ||
env: | ||
COMPONENT_NAME: renku-notebooks | ||
GITHUB_TOKEN: ${{ secrets.RENKUBOT_GITHUB_TOKEN }} |