modified docker workflow
This commit is contained in:
parent
d620fd3433
commit
d5ce725aae
|
|
@ -7,7 +7,7 @@ on:
|
||||||
tag:
|
tag:
|
||||||
description: 'Tag for the Docker image'
|
description: 'Tag for the Docker image'
|
||||||
required: false
|
required: false
|
||||||
default: '2.3.6'
|
default: 'v1.2.2'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
|
|
@ -32,5 +32,5 @@ jobs:
|
||||||
context: ./lib
|
context: ./lib
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: xdbin/beancount-alpine:${{ github.event.inputs.tag }}
|
tags: frankwuzp/beancount-gs:${{ github.event.inputs.tag }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue