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