feat: update workflows for ESP-IDF toolchain and Docker image publishing

pull/91/head
David Montero Crespo 2026-04-04 23:28:06 -03:00
parent b73f28c174
commit 826c207970
3 changed files with 8 additions and 2 deletions

View File

@ -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:

View File

@ -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