mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
ci: Fix build_args
This commit is contained in:
parent
d036afea6e
commit
5256942f25
1 changed files with 1 additions and 2 deletions
|
@ -37,8 +37,7 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||||
file: Dockerfile.base
|
file: Dockerfile.base
|
||||||
build_args:
|
build_args: ALPINE_VERSION=${{ env.ALPINE_VERSION }}
|
||||||
- ALPINE_VERSION=${{ env.ALPINE_VERSION }}
|
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/plankanban/planka:base-latest
|
ghcr.io/plankanban/planka:base-latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue