This commit is contained in:
2026-07-14 22:50:24 +04:00
parent 6f8195cda1
commit f6df640bd5
5 changed files with 349 additions and 57 deletions

View File

@@ -3,7 +3,7 @@ SHELL := /bin/bash
PNPM ?= pnpm
GO ?= go
CONTAINER_REG ?= repo.ssp-itinfra.com/admin
IMAGE_NAME ?= shooting-event
IMAGE_NAME ?= shooting-event-2
PHOENIX_IMAGE_NAME ?= $(IMAGE_NAME)-phoenix
ARCH ?= amd64
BUILD_DATE ?= $(shell date -u +"%Y-%m-%dT%H:%M:%SZ")