mirror of
https://github.com/dangeroustech/ZeroTierBridge.git
synced 2025-12-06 09:06:58 +00:00
fix: correct deps
This commit is contained in:
4
.github/workflows/docker-build.yml
vendored
4
.github/workflows/docker-build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user