Update .gitea/workflows/build.yaml
All checks were successful
Build the portfolio website / build-portfolio-website (push) Successful in 1m1s
Build the portfolio website / build-and-release-image (push) Successful in 2m11s

This commit is contained in:
2025-06-29 08:09:14 +00:00
parent 280511118c
commit 45410eaf4f

View File

@ -64,6 +64,6 @@ jobs:
context: . context: .
file: Dockerfile file: Dockerfile
push: true push: true
tags: tags: |
- ${{ secrets.DOCKER_REGISTRY }}/taqi/portfolio/my-portfolio-app:latest ${{ 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) ${{ secrets.DOCKER_REGISTRY }}/taqi/portfolio/my-portfolio-app:1.0.0-${{ steps.timestamp.outputs.timestamp }}