mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-22 00:26:29 +00:00
Fix access to needs.init.outputs.publish (#2728)
* Fix access to needs.init.outputs.publish * Update Dockerfile
This commit is contained in:
parent
b342073ba9
commit
392d0e929b
3
.github/workflows/builder.yml
vendored
3
.github/workflows/builder.yml
vendored
@ -138,10 +138,11 @@ jobs:
|
|||||||
|
|
||||||
codenotary:
|
codenotary:
|
||||||
name: CodeNotary signature
|
name: CodeNotary signature
|
||||||
needs: build
|
needs: init
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repository
|
- name: Checkout the repository
|
||||||
|
if: needs.init.outputs.publish == 'true'
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
@ -47,7 +47,7 @@ RUN \
|
|||||||
exit 1; \
|
exit 1; \
|
||||||
fi \
|
fi \
|
||||||
\
|
\
|
||||||
&& rm -rf /root/go \
|
&& rm -rf /root/go /root/.cache \
|
||||||
&& mv vcn /usr/bin/vcn \
|
&& mv vcn /usr/bin/vcn \
|
||||||
\
|
\
|
||||||
&& apk del .build-dependencies \
|
&& apk del .build-dependencies \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user