From 45410eaf4f86a7fdedad737eaad04dfce3db7107 Mon Sep 17 00:00:00 2001 From: taqi Date: Sun, 29 Jun 2025 08:09:14 +0000 Subject: [PATCH] Update .gitea/workflows/build.yaml --- .gitea/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 893c5b6..6436e7c 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -64,6 +64,6 @@ jobs: context: . file: Dockerfile push: true - tags: - - ${{ secrets.DOCKER_REGISTRY }}/taqi/portfolio/my-portfolio-app:latest - - ${{ secrets.DOCKER_REGISTRY }}/taqi/portfolio/my-portfolio-app:1.0.0-$(date +%Y%m%d%H%M%S) + tags: | + ${{ secrets.DOCKER_REGISTRY }}/taqi/portfolio/my-portfolio-app:latest + ${{ secrets.DOCKER_REGISTRY }}/taqi/portfolio/my-portfolio-app:1.0.0-${{ steps.timestamp.outputs.timestamp }}