mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
typo fix for linux ci
This commit is contained in:
parent
f2127bb813
commit
412566b8a5
|
|
@ -24,7 +24,7 @@ show:
|
|||
build-docker:
|
||||
docker build \
|
||||
--platform $(DOCKER_PLATFORM) \
|
||||
-t $(DOCKER_REPO)$$(cat ./scripts/Docker/$(IMAGE)/Name)$(DOCKER_IMAGE_SUFFIX) \
|
||||
-t $(DOCKER_REPO)/$$(cat ./scripts/Docker/$(IMAGE)/Name)$(DOCKER_IMAGE_SUFFIX) \
|
||||
$(DOCKER_BUILD_OPTIONS) \
|
||||
./scripts/Docker/$(IMAGE)
|
||||
push-docker:
|
||||
|
|
|
|||
Loading…
Reference in a new issue