ci: Fix build-args input name

pull/246/head
Maksim Eltyshev 4 years ago
parent 8112bcbb84
commit 315a9a4c3d

@ -37,7 +37,7 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7
file: Dockerfile.base
build_args: ALPINE_VERSION=${{ env.ALPINE_VERSION }}
build-args: ALPINE_VERSION=${{ env.ALPINE_VERSION }}
push: true
tags: |
ghcr.io/plankanban/planka:base-latest

Loading…
Cancel
Save