ci:
Some checks failed
Gitea Actions Demo / build (push) Successful in 2m58s
Gitea Actions Demo / docker (push) Failing after 57s

This commit is contained in:
Ivan Li 2023-05-21 23:47:28 +08:00
parent 78b5472b06
commit 3d9e137c5a

View File

@ -14,10 +14,10 @@ jobs:
go-version: '1.20'
- name: Get Dependencies Index Hash
uses: actions/go-hashfiles@v0.0.1
uses: https://github.com/KEINOS/gh-action-hash-for-cache@main
id: hash-dependencies-index
with:
patterns: '**/Cargo.lock'
path: '**/Cargo.lock'
- name: Restore Dependencies
id: restore-dependencies
@ -63,7 +63,7 @@ jobs:
- id: restore-executable-binary
name: Cache Executable Binaries
uses: actions/cache/restore@v3
uses: https://github.com/actions/cache/restore@v3
with:
path: ./network-monitor
key: ${{ runner.os }}-release-${{ steps.tag.outputs.tag }}