From ccadd2e040cca9ff48e35edf64ac9b23af98949b Mon Sep 17 00:00:00 2001 From: ssrlive <30760636+ssrlive@users.noreply.github.com> Date: Wed, 11 Jun 2025 14:06:52 +0800 Subject: [PATCH] minor changes --- .github/workflows/publish-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-docker.yml b/.github/workflows/publish-docker.yml index 8ac0e48..a848c80 100644 --- a/.github/workflows/publish-docker.yml +++ b/.github/workflows/publish-docker.yml @@ -67,5 +67,5 @@ jobs: context: . file: Dockerfile.alpine push: true - tags: ${{ steps.meta.outputs.tags }}-apline + tags: ${{ steps.meta.outputs.tags }}-alpine labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file