Skip to content

Commit

Permalink
ignore some errors
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Apr 30, 2024
1 parent 7707102 commit a8f6e43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker_matrix_alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ jobs:
echo "platform=$platform"
echo "platform=$platform" >> $GITHUB_OUTPUT
- name: Run docker image test
if: ${{ matrix.platform != 'linux/s390x' }}
run: |
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
docker run -e DOCKER_TEST=1 --platform ${{ matrix.platform }} --name teddyCloud-test ${{ env.REGISTRY_IMAGE }}@${{ steps.build.outputs.digest }}
Expand All @@ -97,6 +96,7 @@ jobs:
run: |
docker cp teddyCloud-test:/tmp/teddycloud.zip /tmp/teddycloud.${{ steps.platform_strip.outputs.platform }}.release.zip
docker rm teddyCloud-test
continue-on-error: ${{ matrix.platform != 'linux/s390x' }}

- name: Export digest
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish_docker_matrix_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
run: |
docker cp teddyCloud-test:/tmp/teddycloud.zip /tmp/teddycloud.${{ steps.platform_strip.outputs.platform }}.release.zip
docker rm teddyCloud-test
continue-on-error: ${{ matrix.platform != 'linux/s390x' }}

- name: Export digest
run: |
Expand Down

0 comments on commit a8f6e43

Please sign in to comment.