mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
ci: release more versions
This commit is contained in:
@@ -26,9 +26,11 @@ jobs:
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
tags: |
|
||||
type=semver,pattern={{major}}.{{minor}}.{{patch}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
type=semver,pattern={{major}}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
build-args: |
|
||||
"VITE_CONSOLE_MODE=self-hosted""
|
||||
|
||||
Reference in New Issue
Block a user