diff --git a/.github/workflows/invite-link-nc-v27-nc-v27.yml b/.github/workflows/invite-link-nc-v27-nc-v27.yml index 2a435411..528bbf4f 100644 --- a/.github/workflows/invite-link-nc-v27-nc-v27.yml +++ b/.github/workflows/invite-link-nc-v27-nc-v27.yml @@ -56,3 +56,10 @@ jobs: with: name: invite-link from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/invite-link-nc-v27-oc-v10.yml b/.github/workflows/invite-link-nc-v27-oc-v10.yml index 89bcfa3e..8d35aa1a 100644 --- a/.github/workflows/invite-link-nc-v27-oc-v10.yml +++ b/.github/workflows/invite-link-nc-v27-oc-v10.yml @@ -56,3 +56,10 @@ jobs: with: name: invite-link from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/invite-link-nc-v27-ocis-v5.yml b/.github/workflows/invite-link-nc-v27-ocis-v5.yml index dc9b49b9..414cdfa2 100644 --- a/.github/workflows/invite-link-nc-v27-ocis-v5.yml +++ b/.github/workflows/invite-link-nc-v27-ocis-v5.yml @@ -56,3 +56,10 @@ jobs: with: name: invite-link from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/invite-link-oc-v10-nc-v27.yml b/.github/workflows/invite-link-oc-v10-nc-v27.yml index 98143813..18868ddc 100644 --- a/.github/workflows/invite-link-oc-v10-nc-v27.yml +++ b/.github/workflows/invite-link-oc-v10-nc-v27.yml @@ -64,3 +64,10 @@ jobs: with: name: invite-link from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/invite-link-oc-v10-oc-v10.yml b/.github/workflows/invite-link-oc-v10-oc-v10.yml index 1dd53082..de6e9b46 100644 --- a/.github/workflows/invite-link-oc-v10-oc-v10.yml +++ b/.github/workflows/invite-link-oc-v10-oc-v10.yml @@ -56,3 +56,10 @@ jobs: with: name: invite-link from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/invite-link-oc-v10-ocis-v5.yml b/.github/workflows/invite-link-oc-v10-ocis-v5.yml index 5ef2e54f..b4309568 100644 --- a/.github/workflows/invite-link-oc-v10-ocis-v5.yml +++ b/.github/workflows/invite-link-oc-v10-ocis-v5.yml @@ -56,3 +56,10 @@ jobs: with: name: invite-link from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/invite-link-ocis-v5-nc-v27.yml b/.github/workflows/invite-link-ocis-v5-nc-v27.yml index abd947f5..35dc885f 100644 --- a/.github/workflows/invite-link-ocis-v5-nc-v27.yml +++ b/.github/workflows/invite-link-ocis-v5-nc-v27.yml @@ -56,3 +56,10 @@ jobs: with: name: invite-link from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/invite-link-ocis-v5-oc-v10.yml b/.github/workflows/invite-link-ocis-v5-oc-v10.yml index d40387ae..b70541be 100644 --- a/.github/workflows/invite-link-ocis-v5-oc-v10.yml +++ b/.github/workflows/invite-link-ocis-v5-oc-v10.yml @@ -56,3 +56,10 @@ jobs: with: name: invite-link from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/invite-link-ocis-v5-ocis-v5.yml b/.github/workflows/invite-link-ocis-v5-ocis-v5.yml index d686d021..9082a902 100644 --- a/.github/workflows/invite-link-ocis-v5-ocis-v5.yml +++ b/.github/workflows/invite-link-ocis-v5-ocis-v5.yml @@ -56,3 +56,10 @@ jobs: with: name: invite-link from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/login-nextcloud-v27.yml b/.github/workflows/login-nextcloud-v27.yml index fd47dc54..568cc15e 100644 --- a/.github/workflows/login-nextcloud-v27.yml +++ b/.github/workflows/login-nextcloud-v27.yml @@ -48,3 +48,10 @@ jobs: with: name: login ${{ matrix.efss.platform }} ${{ matrix.efss.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/login-nextcloud-v28.yml b/.github/workflows/login-nextcloud-v28.yml index a7a6443f..dd4ac9b5 100644 --- a/.github/workflows/login-nextcloud-v28.yml +++ b/.github/workflows/login-nextcloud-v28.yml @@ -48,3 +48,10 @@ jobs: with: name: login ${{ matrix.efss.platform }} ${{ matrix.efss.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/login-ocis-v5.yml b/.github/workflows/login-ocis-v5.yml index 1516cd03..cd36ab9f 100644 --- a/.github/workflows/login-ocis-v5.yml +++ b/.github/workflows/login-ocis-v5.yml @@ -48,3 +48,10 @@ jobs: with: name: login ${{ matrix.efss.platform }} ${{ matrix.efss.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/login-ocmstub-v1.yml b/.github/workflows/login-ocmstub-v1.yml index 14646247..ee692971 100644 --- a/.github/workflows/login-ocmstub-v1.yml +++ b/.github/workflows/login-ocmstub-v1.yml @@ -48,3 +48,10 @@ jobs: with: name: login ${{ matrix.efss.platform }} ${{ matrix.efss.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/login-owncloud-v10.yml b/.github/workflows/login-owncloud-v10.yml index 51e266d1..893c9427 100644 --- a/.github/workflows/login-owncloud-v10.yml +++ b/.github/workflows/login-owncloud-v10.yml @@ -48,3 +48,10 @@ jobs: with: name: login ${{ matrix.efss.platform }} ${{ matrix.efss.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/login-seafile-v11.yml b/.github/workflows/login-seafile-v11.yml index 9140609a..1e13bd67 100644 --- a/.github/workflows/login-seafile-v11.yml +++ b/.github/workflows/login-seafile-v11.yml @@ -48,3 +48,10 @@ jobs: with: name: login ${{ matrix.efss.platform }} ${{ matrix.efss.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-link-nc-v27-nc-v27.yml b/.github/workflows/share-link-nc-v27-nc-v27.yml index 97ede1c9..964d966c 100644 --- a/.github/workflows/share-link-nc-v27-nc-v27.yml +++ b/.github/workflows/share-link-nc-v27-nc-v27.yml @@ -56,3 +56,10 @@ jobs: with: name: share-link from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-link-nc-v27-nc-v28.yml b/.github/workflows/share-link-nc-v27-nc-v28.yml index b9105f89..d0b7e6f0 100644 --- a/.github/workflows/share-link-nc-v27-nc-v28.yml +++ b/.github/workflows/share-link-nc-v27-nc-v28.yml @@ -56,3 +56,10 @@ jobs: with: name: share-link from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-link-nc-v27-oc-v10.yml b/.github/workflows/share-link-nc-v27-oc-v10.yml index 8a8eeaa4..fa67865f 100644 --- a/.github/workflows/share-link-nc-v27-oc-v10.yml +++ b/.github/workflows/share-link-nc-v27-oc-v10.yml @@ -56,3 +56,10 @@ jobs: with: name: share-link from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-link-nc-v28-nc-v27.yml b/.github/workflows/share-link-nc-v28-nc-v27.yml index 19508c26..16319753 100644 --- a/.github/workflows/share-link-nc-v28-nc-v27.yml +++ b/.github/workflows/share-link-nc-v28-nc-v27.yml @@ -56,3 +56,10 @@ jobs: with: name: share-link from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-link-nc-v28-nc-v28.yml b/.github/workflows/share-link-nc-v28-nc-v28.yml index d246f69b..f0dd585d 100644 --- a/.github/workflows/share-link-nc-v28-nc-v28.yml +++ b/.github/workflows/share-link-nc-v28-nc-v28.yml @@ -56,3 +56,10 @@ jobs: with: name: share-link from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-link-nc-v28-oc-v10.yml b/.github/workflows/share-link-nc-v28-oc-v10.yml index 66f6c585..b04e3abb 100644 --- a/.github/workflows/share-link-nc-v28-oc-v10.yml +++ b/.github/workflows/share-link-nc-v28-oc-v10.yml @@ -56,3 +56,10 @@ jobs: with: name: share-link from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-link-oc-v10-nc-v27.yml b/.github/workflows/share-link-oc-v10-nc-v27.yml index 643e8d33..56f574de 100644 --- a/.github/workflows/share-link-oc-v10-nc-v27.yml +++ b/.github/workflows/share-link-oc-v10-nc-v27.yml @@ -56,3 +56,10 @@ jobs: with: name: share-link from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-link-oc-v10-nc-v28.yml b/.github/workflows/share-link-oc-v10-nc-v28.yml index 64d07209..b07521c8 100644 --- a/.github/workflows/share-link-oc-v10-nc-v28.yml +++ b/.github/workflows/share-link-oc-v10-nc-v28.yml @@ -56,3 +56,10 @@ jobs: with: name: share-link from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-link-oc-v10-oc-v10.yml b/.github/workflows/share-link-oc-v10-oc-v10.yml index 3117e75e..aef6dbc1 100644 --- a/.github/workflows/share-link-oc-v10-oc-v10.yml +++ b/.github/workflows/share-link-oc-v10-oc-v10.yml @@ -56,3 +56,10 @@ jobs: with: name: share-link from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-with-nc-v27-nc-v27.yml b/.github/workflows/share-with-nc-v27-nc-v27.yml index 5a6336f9..f1594583 100644 --- a/.github/workflows/share-with-nc-v27-nc-v27.yml +++ b/.github/workflows/share-with-nc-v27-nc-v27.yml @@ -56,3 +56,10 @@ jobs: with: name: share-with from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-with-nc-v27-nc-v28.yml b/.github/workflows/share-with-nc-v27-nc-v28.yml index d6a89ff8..6221f415 100644 --- a/.github/workflows/share-with-nc-v27-nc-v28.yml +++ b/.github/workflows/share-with-nc-v27-nc-v28.yml @@ -56,3 +56,10 @@ jobs: with: name: share-with from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-with-nc-v27-oc-v10.yml b/.github/workflows/share-with-nc-v27-oc-v10.yml index 40b0aba2..efba3386 100644 --- a/.github/workflows/share-with-nc-v27-oc-v10.yml +++ b/.github/workflows/share-with-nc-v27-oc-v10.yml @@ -56,3 +56,10 @@ jobs: with: name: share-with from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-with-nc-v27-os-v1.yml b/.github/workflows/share-with-nc-v27-os-v1.yml index bbb994f3..1cffef07 100644 --- a/.github/workflows/share-with-nc-v27-os-v1.yml +++ b/.github/workflows/share-with-nc-v27-os-v1.yml @@ -56,3 +56,10 @@ jobs: with: name: share-with from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-with-nc-v28-nc-v27.yml b/.github/workflows/share-with-nc-v28-nc-v27.yml index 9308f5a5..4a535446 100644 --- a/.github/workflows/share-with-nc-v28-nc-v27.yml +++ b/.github/workflows/share-with-nc-v28-nc-v27.yml @@ -56,3 +56,10 @@ jobs: with: name: share-with from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-with-nc-v28-nc-v28.yml b/.github/workflows/share-with-nc-v28-nc-v28.yml index 615407f9..159147c1 100644 --- a/.github/workflows/share-with-nc-v28-nc-v28.yml +++ b/.github/workflows/share-with-nc-v28-nc-v28.yml @@ -56,3 +56,10 @@ jobs: with: name: share-with from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-with-nc-v28-oc-v10.yml b/.github/workflows/share-with-nc-v28-oc-v10.yml index 07a1b775..f04e557e 100644 --- a/.github/workflows/share-with-nc-v28-oc-v10.yml +++ b/.github/workflows/share-with-nc-v28-oc-v10.yml @@ -56,3 +56,10 @@ jobs: with: name: share-with from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-with-nc-v28-os-v1.yml b/.github/workflows/share-with-nc-v28-os-v1.yml index 3721ff99..43962ba6 100644 --- a/.github/workflows/share-with-nc-v28-os-v1.yml +++ b/.github/workflows/share-with-nc-v28-os-v1.yml @@ -56,3 +56,10 @@ jobs: with: name: share-with from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-with-oc-v10-nc-v27.yml b/.github/workflows/share-with-oc-v10-nc-v27.yml index e59f664a..b17f5704 100644 --- a/.github/workflows/share-with-oc-v10-nc-v27.yml +++ b/.github/workflows/share-with-oc-v10-nc-v27.yml @@ -56,3 +56,10 @@ jobs: with: name: share-with from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-with-oc-v10-nc-v28.yml b/.github/workflows/share-with-oc-v10-nc-v28.yml index a801e4e1..3764178e 100644 --- a/.github/workflows/share-with-oc-v10-nc-v28.yml +++ b/.github/workflows/share-with-oc-v10-nc-v28.yml @@ -56,3 +56,10 @@ jobs: with: name: share-with from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-with-oc-v10-oc-v10.yml b/.github/workflows/share-with-oc-v10-oc-v10.yml index bd198183..6ce7634f 100644 --- a/.github/workflows/share-with-oc-v10-oc-v10.yml +++ b/.github/workflows/share-with-oc-v10-oc-v10.yml @@ -56,3 +56,10 @@ jobs: with: name: share-with from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-with-oc-v10-os-v1.yml b/.github/workflows/share-with-oc-v10-os-v1.yml index 2aaca94d..054f2e74 100644 --- a/.github/workflows/share-with-oc-v10-os-v1.yml +++ b/.github/workflows/share-with-oc-v10-os-v1.yml @@ -56,3 +56,10 @@ jobs: with: name: share-with from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-with-os-v1-os-v1.yml b/.github/workflows/share-with-os-v1-os-v1.yml index e1a5e5f0..7f7107f8 100644 --- a/.github/workflows/share-with-os-v1-os-v1.yml +++ b/.github/workflows/share-with-os-v1-os-v1.yml @@ -56,3 +56,10 @@ jobs: with: name: share-with from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/.github/workflows/share-with-sf-v11-sf-v11.yml b/.github/workflows/share-with-sf-v11-sf-v11.yml index e0f4c2ae..349159c2 100644 --- a/.github/workflows/share-with-sf-v11-sf-v11.yml +++ b/.github/workflows/share-with-sf-v11-sf-v11.yml @@ -56,3 +56,10 @@ jobs: with: name: share-with from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }} path: ./cypress/ocm-test-suite/cypress/videos + + - name: Upload to GitHub Pages + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./cypress/ocm-test-suite/cypress/videos diff --git a/docker/build/all.sh b/docker/build/all.sh index ecc1c0b7..eea78220 100755 --- a/docker/build/all.sh +++ b/docker/build/all.sh @@ -24,7 +24,7 @@ export DOCKER_BUILDKIT="${USE_BUILDKIT}" # example: docker build -t your-image --build-arg CACHEBUST="default" . echo Building pondersource/dev-stock-ocmstub -docker build --build-arg CACHEBUST="default" --file ./dockerfiles/ocmstub.Dockerfile --tag pondersource/dev-stock-ocmstub:latest . +docker build --build-arg CACHEBUST="default" --file ./dockerfiles/ocmstub.Dockerfile --tag pondersource/dev-stock-ocmstub:v1.0.0 --tag pondersource/dev-stock-ocmstub:latest . echo Building pondersource/dev-stock-revad docker build --build-arg CACHEBUST="default" --file ./dockerfiles/revad.Dockerfile --tag pondersource/dev-stock-revad:latest . diff --git a/docker/push/all.sh b/docker/push/all.sh index d2e97324..3d999337 100755 --- a/docker/push/all.sh +++ b/docker/push/all.sh @@ -7,6 +7,7 @@ echo "Log in as pondersource" docker login docker push pondersource/dev-stock-ocmstub:latest +docker push pondersource/dev-stock-ocmstub:v1.0.0 docker push pondersource/dev-stock-revad:latest docker push pondersource/dev-stock-php-base:latest docker push pondersource/dev-stock-nextcloud:latest