add target
All checks were successful
/ build (push) Successful in 23s

This commit is contained in:
Adrien Beaudouin
2025-06-07 11:53:37 +02:00
parent ca53512f9f
commit b078980cbb
2 changed files with 12 additions and 1 deletions

View File

@ -23,5 +23,13 @@ jobs:
with:
context: .
push: true
tartget: toolchain-musl
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
- uses: docker/build-push-action@v6
with:
context: .
push: true
tartget: toolchain
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}