Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
Signed-off-by: Bindea Cristian <[email protected]>
  • Loading branch information
bindea-cristian authored and Andrei-Fabian-Pop committed Jan 20, 2025
1 parent 8143913 commit 0bfb1e7
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/appimage-armhf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 && \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/appimage-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linuxflatpakbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Pull the Docker Image
run: docker pull cristianbindea/scopy2-flatpak:latest
run: docker pull cristianbindea/scopy2-flatpak:testing

- name: Run Docker Image
run: |
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mingwbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Pull the Docker Image
run: docker pull cristianbindea/scopy2-mingw64:latest
run: docker pull cristianbindea/scopy2-mingw64:testing

- name: Run Docker Image
shell: cmd
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
-e GITHUB_RUN_NUMBER=%GITHUB_RUN_NUMBER% ^
-e RUNNER_ARCH=%RUNNER_ARCH% ^
-e CI_SCRIPT=ON ^
cristianbindea/scopy2-mingw64:latest C:\msys64\usr\bin\bash.exe -c '/home/docker/scopy/ci/windows/build_and_create_installer.sh run_workflow'
cristianbindea/scopy2-mingw64:testing C:\msys64\usr\bin\bash.exe -c '/home/docker/scopy/ci/windows/build_and_create_installer.sh run_workflow'
- name: Set short git commit SHA
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu20build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu22build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v4
Expand Down

0 comments on commit 0bfb1e7

Please sign in to comment.