From a4f2186f3dcec49d75675ef9739f6bffab89537f Mon Sep 17 00:00:00 2001 From: wulff007 Date: Sat, 3 Feb 2024 19:52:22 +0300 Subject: [PATCH] add github actions --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index fc9405b..259b309 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -38,4 +38,4 @@ jobs: file: ./Dockerfile push: true platforms: linux/amd64,linux/arm64 - tags: tabbled/web:latest, tabbled/${{ steps.package-version.outputs.current-version}} \ No newline at end of file + tags: tabbled/web:latest, tabbled/web:${{ steps.package-version.outputs.current-version}} \ No newline at end of file