ci: Fix build_args

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

@ -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…
Cancel
Save