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