add target
All checks were successful
/ build (push) Successful in 1m30s

This commit is contained in:
Adrien Beaudouin 2025-06-07 11:58:00 +02:00
parent b078980cbb
commit 97485bdf76

View File

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