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
|
REGISTRY_IMAGE: registry.dangerous.tech/dangeroustech/zerotierbridge
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Docker_Release:
|
Docker_Build:
|
||||||
name: "Docker Build And Release"
|
name: "Docker Build And Release"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
@@ -66,6 +66,8 @@ jobs:
|
|||||||
MergeRefs:
|
MergeRefs:
|
||||||
name: "Do The Horrible Merge Thing"
|
name: "Do The Horrible Merge Thing"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
needs:
|
||||||
|
- Docker_Build
|
||||||
steps:
|
steps:
|
||||||
- name: Download digests
|
- name: Download digests
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user