fix workflow
All checks were successful
Build and Push Docker Image / docker (push) Successful in 1m45s
All checks were successful
Build and Push Docker Image / docker (push) Successful in 1m45s
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user