mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-30 02:23:47 +00:00
Add files via upload
This commit is contained in:
3
.github/workflows/docker-hub.yml
vendored
3
.github/workflows/docker-hub.yml
vendored
@@ -33,6 +33,7 @@ jobs:
|
|||||||
type=semver,pattern={{version}}
|
type=semver,pattern={{version}}
|
||||||
type=semver,pattern={{major}}.{{minor}}
|
type=semver,pattern={{major}}.{{minor}}
|
||||||
type=semver,pattern={{major}}
|
type=semver,pattern={{major}}
|
||||||
|
type=sha
|
||||||
type=raw,value=latest,enable={{is_default_branch}}
|
type=raw,value=latest,enable={{is_default_branch}}
|
||||||
|
|
||||||
- name: Build and push to Docker Hub
|
- name: Build and push to Docker Hub
|
||||||
@@ -47,6 +48,6 @@ jobs:
|
|||||||
build-args: |
|
build-args: |
|
||||||
VITE_API_URL=/api
|
VITE_API_URL=/api
|
||||||
VITE_TELEGRAM_BOT_USERNAME=
|
VITE_TELEGRAM_BOT_USERNAME=
|
||||||
VITE_APP_NAME=Bedolaga Cabinet
|
VITE_APP_NAME=Cabinet
|
||||||
VITE_APP_LOGO=V
|
VITE_APP_LOGO=V
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
|
|||||||
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
|||||||
type=semver,pattern={{version}}
|
type=semver,pattern={{version}}
|
||||||
type=semver,pattern={{major}}.{{minor}}
|
type=semver,pattern={{major}}.{{minor}}
|
||||||
type=semver,pattern={{major}}
|
type=semver,pattern={{major}}
|
||||||
type=sha,prefix={{branch}}-
|
type=sha
|
||||||
type=raw,value=latest,enable={{is_default_branch}}
|
type=raw,value=latest,enable={{is_default_branch}}
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
@@ -60,5 +60,5 @@ jobs:
|
|||||||
build-args: |
|
build-args: |
|
||||||
VITE_API_URL=/api
|
VITE_API_URL=/api
|
||||||
VITE_TELEGRAM_BOT_USERNAME=
|
VITE_TELEGRAM_BOT_USERNAME=
|
||||||
VITE_APP_NAME=Bedolaga Cabinet
|
VITE_APP_NAME=Cabinet
|
||||||
VITE_APP_LOGO=V
|
VITE_APP_LOGO=V
|
||||||
|
|||||||
Reference in New Issue
Block a user