mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 01:34:24 +08:00
add environment variable to github action
This commit is contained in:
@@ -36,6 +36,8 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7,linux/arm/v6
|
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7,linux/arm/v6
|
||||||
push: true
|
push: true
|
||||||
|
build-args: |
|
||||||
|
RELEASE_BUILD=1
|
||||||
tags: |
|
tags: |
|
||||||
${{ secrets.DOCKER_USERNAME }}/ezbookkeeping:${{ steps.vars.outputs.RELEASE_TAG }}
|
${{ secrets.DOCKER_USERNAME }}/ezbookkeeping:${{ steps.vars.outputs.RELEASE_TAG }}
|
||||||
${{ secrets.DOCKER_USERNAME }}/ezbookkeeping:latest
|
${{ secrets.DOCKER_USERNAME }}/ezbookkeeping:latest
|
||||||
Reference in New Issue
Block a user