From eb3fc58800c6fcb429c70223fa781bae2999b26c Mon Sep 17 00:00:00 2001 From: Bindea Cristian Date: Thu, 29 Aug 2024 14:14:11 +0300 Subject: [PATCH] ci: testing Signed-off-by: Bindea Cristian --- .github/workflows/appimage-armhf.yml | 4 ++-- .github/workflows/appimage-x86_64.yml | 2 +- .github/workflows/linuxflatpakbuild.yml | 4 ++-- .github/workflows/ubuntu20build.yml | 2 +- .github/workflows/ubuntu22build.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/appimage-armhf.yml b/.github/workflows/appimage-armhf.yml index 60aa9d41ad..06159b35d0 100644 --- a/.github/workflows/appimage-armhf.yml +++ b/.github/workflows/appimage-armhf.yml @@ -17,7 +17,7 @@ jobs: set-safe-directory: 'true' - name: Pull the Docker Image - run: docker pull cristianbindea/scopy2-armhf-appimage:latest + run: docker pull cristianbindea/scopy2-armhf-appimage:testing - name: Create Scopy AppImage shell: bash @@ -30,7 +30,7 @@ jobs: docker run \ --mount type=bind,source="$GITHUB_WORKSPACE",target=/home/runner/scopy \ --env-file $GITHUB_WORKSPACE/ci/general/gh-actions.envs \ - cristianbindea/scopy2-armhf-appimage:latest \ + cristianbindea/scopy2-armhf-appimage:testing \ /bin/bash -c 'cd $HOME && \ sudo chown -R runner:runner scopy && \ cd $HOME/scopy && \ diff --git a/.github/workflows/appimage-x86_64.yml b/.github/workflows/appimage-x86_64.yml index acd5297af7..54bc817d69 100644 --- a/.github/workflows/appimage-x86_64.yml +++ b/.github/workflows/appimage-x86_64.yml @@ -11,7 +11,7 @@ jobs: build_scopy_x86-64_appimage: runs-on: ubuntu-20.04 container: - image: cristianbindea/scopy2-x86_64-appimage:latest + image: cristianbindea/scopy2-x86_64-appimage:testing options: --user root steps: diff --git a/.github/workflows/linuxflatpakbuild.yml b/.github/workflows/linuxflatpakbuild.yml index 064bd1a59f..d228d3c690 100644 --- a/.github/workflows/linuxflatpakbuild.yml +++ b/.github/workflows/linuxflatpakbuild.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Pull the Docker Image - run: docker pull cristianbindea/scopy2-flatpak:latest + run: docker pull cristianbindea/scopy2-flatpak:testing - name: Run Docker Image run: | @@ -23,7 +23,7 @@ jobs: -e CI_SCRIPT='ON' \ --mount type=bind,source="$GITHUB_WORKSPACE",target=$GITHUB_WORKSPACE \ --env-file $GITHUB_WORKSPACE/ci/general/gh-actions.envs \ - cristianbindea/scopy2-flatpak:latest \ + cristianbindea/scopy2-flatpak:testing \ /bin/bash -c 'sudo chown -R runner:runner $GITHUB_WORKSPACE && $GITHUB_WORKSPACE/ci/flatpak/flatpak_build_process.sh' - name: Set short git commit SHA diff --git a/.github/workflows/ubuntu20build.yml b/.github/workflows/ubuntu20build.yml index 2443ce1d62..4391dce059 100644 --- a/.github/workflows/ubuntu20build.yml +++ b/.github/workflows/ubuntu20build.yml @@ -11,7 +11,7 @@ jobs: build_scopy_on_ubuntu20: runs-on: ubuntu-20.04 container: - image: cristianbindea/scopy2-ubuntu20:latest + image: cristianbindea/scopy2-ubuntu20:testing options: --user root steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/ubuntu22build.yml b/.github/workflows/ubuntu22build.yml index c39a25daea..2f80583350 100644 --- a/.github/workflows/ubuntu22build.yml +++ b/.github/workflows/ubuntu22build.yml @@ -11,7 +11,7 @@ jobs: build_scopy_on_ubuntu22: runs-on: ubuntu-22.04 container: - image: cristianbindea/scopy2-ubuntu22:latest + image: cristianbindea/scopy2-ubuntu22:testing options: --user root steps: - uses: actions/checkout@v3