Merge pull request #183 from davidmonterocrespo24/fix/publish-docker-license-key
fix(ci): pass VELXIO_LICENSE_KEY to publish workflow
This commit is contained in:
commit
ec690a93f1
|
|
@ -59,6 +59,7 @@ jobs:
|
|||
labels: ${{ steps.meta.outputs.labels }}
|
||||
build-args: |
|
||||
ESPIDF_IMAGE=ghcr.io/davidmonterocrespo24/velxio-espidf-toolchain:latest
|
||||
VELXIO_LICENSE_KEY=${{ secrets.VELXIO_BUILD_LICENSE_KEY }}
|
||||
cache-from: type=gha
|
||||
# mode=min only stores the layers used in the final image. mode=max
|
||||
# also stores all intermediate layers, which doubles or triples the
|
||||
|
|
|
|||
Loading…
Reference in New Issue