modified docker workflow

This commit is contained in:
frank@mba 2025-06-14 16:41:09 +08:00
parent d620fd3433
commit d5ce725aae
1 changed files with 2 additions and 2 deletions

View File

@ -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 }}