From 91c1fbf457c1723a34d8d41ffb3ec9eae8d39c40 Mon Sep 17 00:00:00 2001 From: AsP3X Date: Tue, 26 Jul 2022 16:02:11 +0200 Subject: [PATCH] FIX: replaced value with correct ones --- .github/workflows/docker-image.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 4222dc5..d47fc01 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -26,11 +26,11 @@ jobs: - uses: actions/checkout@v2 # Runs a single command using the runners shell - - name: Building 1.19 Image - run: cd 1.19 && docker build -t zombymediaic/papermc:1.19 . && cd .. + - name: Building code-server image + run: docker build -t zombymediaic/code-server:latest . # Runs a set of commands using the runners shell - - name: Pushing 1.19 image + - name: Pushing code-server image run: | docker push zombymediaic/code-server:latest