feat: update workflows for ESP-IDF toolchain and Docker image publishing
parent
b73f28c174
commit
826c207970
|
|
@ -1,7 +1,11 @@
|
|||
name: Build ESP-IDF Toolchain Image
|
||||
|
||||
# Only runs manually or when ESP-IDF version changes (rare)
|
||||
# Runs when Dockerfile.espidf-toolchain changes, or manually
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
paths:
|
||||
- 'Dockerfile.espidf-toolchain'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
|
|
|||
|
|
@ -53,6 +53,8 @@ jobs:
|
|||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
build-args: |
|
||||
ESPIDF_IMAGE=ghcr.io/davidmonterocrespo24/velxio-espidf-toolchain:latest
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 14413023344605ceb2dacdd666b7cc59c407f09a
|
||||
Subproject commit 822927b6da5818b7e3b44e8bf48b967e5465f840
|
||||
Loading…
Reference in New Issue