From 21322cb17f20afccbb8fec9d30af166da924fda4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=9D=E6=84=8F?= Date: Tue, 9 Jul 2024 00:43:07 +0800 Subject: [PATCH] Update build_beancount.yml --- .github/workflows/build_beancount.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_beancount.yml b/.github/workflows/build_beancount.yml index fb52d22..ab733e0 100644 --- a/.github/workflows/build_beancount.yml +++ b/.github/workflows/build_beancount.yml @@ -32,5 +32,5 @@ jobs: context: ./lib platforms: linux/amd64,linux/arm64 push: true - tags: ${{ github.event.inputs.tag }} + tags: xdbin/beancount-alpine:${{ github.event.inputs.tag }} labels: ${{ steps.meta.outputs.labels }}