mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-21 16:16:31 +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:
|
||||
name: CodeNotary signature
|
||||
needs: build
|
||||
needs: init
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout the repository
|
||||
if: needs.init.outputs.publish == 'true'
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
@ -47,7 +47,7 @@ RUN \
|
||||
exit 1; \
|
||||
fi \
|
||||
\
|
||||
&& rm -rf /root/go \
|
||||
&& rm -rf /root/go /root/.cache \
|
||||
&& mv vcn /usr/bin/vcn \
|
||||
\
|
||||
&& apk del .build-dependencies \
|
||||
|
Loading…
x
Reference in New Issue
Block a user