fix: correct deps

This commit is contained in:
2023-09-23 21:28:42 +00:00
parent 593036c8ad
commit be55349cef

View File

@@ -10,7 +10,7 @@ env:
REGISTRY_IMAGE: registry.dangerous.tech/dangeroustech/zerotierbridge
jobs:
Docker_Release:
Docker_Build:
name: "Docker Build And Release"
runs-on: ubuntu-latest
strategy:
@@ -66,6 +66,8 @@ jobs:
MergeRefs:
name: "Do The Horrible Merge Thing"
runs-on: ubuntu-latest
needs:
- Docker_Build
steps:
- name: Download digests
uses: actions/download-artifact@v3