Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bindea-cristian committed Nov 18, 2024
1 parent 29238d6 commit c7512f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/appimage-arm64.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-arm64-appimage:latest
run: docker pull cristianbindea/scopy2-arm64-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-arm64-appimage:latest \
cristianbindea/scopy2-arm64-appimage:testing \
/bin/bash -c 'cd $HOME && \
sudo chown -R runner:runner scopy && \
cd $HOME/scopy && \
Expand Down
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

0 comments on commit c7512f5

Please sign in to comment.