From d5ce725aae2df1ea893b5c81547b757ecdc9720e Mon Sep 17 00:00:00 2001 From: "frank@mba" Date: Sat, 14 Jun 2025 16:41:09 +0800 Subject: [PATCH] modified docker workflow --- .github/workflows/build_beancount.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_beancount.yml b/.github/workflows/build_beancount.yml index ab733e0..b3ed2c9 100644 --- a/.github/workflows/build_beancount.yml +++ b/.github/workflows/build_beancount.yml @@ -7,7 +7,7 @@ on: tag: description: 'Tag for the Docker image' required: false - default: '2.3.6' + default: 'v1.2.2' jobs: build-and-push: @@ -32,5 +32,5 @@ jobs: context: ./lib platforms: linux/amd64,linux/arm64 push: true - tags: xdbin/beancount-alpine:${{ github.event.inputs.tag }} + tags: frankwuzp/beancount-gs:${{ github.event.inputs.tag }} labels: ${{ steps.meta.outputs.labels }}