Skip to content

Commit 9b0713f

Browse files
committed
testing GH action - ignore
1 parent 8caa472 commit 9b0713f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test-and-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,11 @@ jobs:
155155
echo "GIT_USER=Renku Bot" >> $GITHUB_ENV
156156
echo "[email protected]" >> $GITHUB_ENV
157157
- name: Push images
158-
uses: SwissDataScienceCenter/renku-actions/publish-chartpress-images@v1.17.0
158+
uses: SwissDataScienceCenter/renku-actions/publish-chartpress-images@add-platform-build-support-variable
159159
env:
160160
DOCKER_USERNAME: ${{ secrets.RENKU_DOCKER_USERNAME }}
161161
DOCKER_PASSWORD: ${{ secrets.RENKU_DOCKER_PASSWORD }}
162+
PLATFORMS: "linux/amd64,linux/arm64"
162163
- name: Update ui version
163164
uses: SwissDataScienceCenter/renku-actions/[email protected]
164165
env:

client/src/dataset/DatasetError.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function DatasetError({ fetchError, insideProject, logged }) {
3333
const textPost = "and try again.";
3434
const loginUrl = useLoginUrl();
3535

36-
// inside project case
36+
// inside project case - blabla
3737
if (insideProject) {
3838
const title = `Error ${fetchError.code ? fetchError.code : "unknown"}`;
3939
let errorDetails = null;

0 commit comments

Comments
 (0)