fix workflow
All checks were successful
Build and Push Docker Image / docker (push) Successful in 1m45s

This commit is contained in:
2025-08-28 01:31:03 -07:00
parent e8a804826a
commit 09f5ca3a99

View File

@@ -5,7 +5,7 @@ on:
branches: branches:
- "main" - "main"
tags: tags:
- "*" - "v*"
workflow_dispatch: workflow_dispatch:
jobs: jobs:
docker: docker:
@@ -58,7 +58,7 @@ jobs:
with: with:
context: . context: .
push: true push: true
# Always tag with the latest Git tag; also keep any tags from metadata (e.g., on tag events) platforms: linux/amd64
tags: | tags: |
${{ steps.meta.outputs.tags }} ${{ steps.meta.outputs.tags }}
gitea.suda.codes/${{ github.repository }}:${{ steps.latest.outputs.tag }} gitea.suda.codes/${{ github.repository }}:${{ steps.latest.outputs.tag }}