Add files via upload

This commit is contained in:
Egor
2026-01-15 20:55:57 +03:00
committed by GitHub
parent d7e84d5ec6
commit 9965555849
2 changed files with 4 additions and 3 deletions

View File

@@ -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

View File

@@ -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