BLOG-34 fix: deployment workflow syntax error
All checks were successful
Frontend CI / build (push) Successful in 1m28s
PR Title Check / pr-title-check (pull_request) Successful in 15s

This commit is contained in:
SquidSpirit 2025-01-27 02:26:31 +08:00
parent 35af8fd090
commit 824737193e

View File

@ -29,6 +29,6 @@ jobs:
with: with:
push: true push: true
context: ./frontend context: ./frontend
tags: tags: |
- ${{ vars.REGISTRY }}/${{ vars.IMAGE_REPO_FRONTEND }}:latest ${{ vars.REGISTRY }}/${{ vars.IMAGE_REPO_FRONTEND }}:latest
- ${{ vars.REGISTRY }}/${{ vars.IMAGE_REPO_FRONTEND }}:${{ gitea.event.release.tag_name }} ${{ vars.REGISTRY }}/${{ vars.IMAGE_REPO_FRONTEND }}:${{ gitea.event.release.tag_name }}