ci:
Some checks failed
Gitea Actions Demo / build (push) Successful in 42s
Gitea Actions Demo / docker (push) Failing after 12s

This commit is contained in:
Ivan Li 2023-05-22 00:47:25 +08:00
parent ff1a718e76
commit 3bbab92293

View File

@ -69,9 +69,11 @@ jobs:
with: with:
path: ./target/release/network-monitor path: ./target/release/network-monitor
key: ${{ runner.os }}-release-${{ steps.tag.outputs.tag }} key: ${{ runner.os }}-release-${{ steps.tag.outputs.tag }}
- if: ${{ steps.restore-executable-binary.outputs.cache-hit != 'true' }} - if: ${{ steps.restore-executable-binary.outputs.cache-hit != 'true' }}
name: Check if binary exists name: Check if binary not exists
run: echo "missing program" run: echo "missing program"
continue-on-error: false
- name: Log in to the Container registry - name: Log in to the Container registry
uses: https://github.com/docker/login-action@v2 uses: https://github.com/docker/login-action@v2