Skip to content

Commit

Permalink
ci: testing
Browse files Browse the repository at this point in the history
Signed-off-by: Bindea Cristian <[email protected]>
  • Loading branch information
bindea-cristian committed Aug 29, 2024
1 parent ca0a472 commit eb3fc58
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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@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: |
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
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@v3
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@v3
Expand Down

0 comments on commit eb3fc58

Please sign in to comment.