From f2a95f5153cb0178c7e3b343cdf0115e51fa5500 Mon Sep 17 00:00:00 2001 From: STAM Date: Thu, 13 Feb 2020 15:06:03 +0300 Subject: [PATCH] fixed contaner's name --- linux/csgo/Dockerfile | 2 +- linux/csgo/Makefile | 4 ++-- linux/steamcmd/Makefile | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/linux/csgo/Dockerfile b/linux/csgo/Dockerfile index ef12e4a..ce58c79 100644 --- a/linux/csgo/Dockerfile +++ b/linux/csgo/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/linux-server-steamcmd +FROM epicmorg/linux-steamcmd LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/csgo/Makefile b/linux/csgo/Makefile index 255e72e..b26fdea 100644 --- a/linux/csgo/Makefile +++ b/linux/csgo/Makefile @@ -1,5 +1,5 @@ all: emgcmd emgcmd: - docker build --compress -t epicmorg/linux-server-csgo . - docker push epicmorg/linux-server-csgo + docker build --compress -t epicmorg/linux-csgo . + docker push epicmorg/linux-csgo diff --git a/linux/steamcmd/Makefile b/linux/steamcmd/Makefile index 7c0b7cb..fdeacb8 100644 --- a/linux/steamcmd/Makefile +++ b/linux/steamcmd/Makefile @@ -1,5 +1,5 @@ all: emgcmd emgcmd: - docker build --compress -t epicmorg/linux-server-steamcmd . - docker push epicmorg/linux-server-steamcmd + docker build --compress -t epicmorg/linux-steamcmd . + docker push epicmorg/linux-steamcmd