FIX: replaced value with correct ones

This commit is contained in:
AsP3X 2022-07-26 16:02:11 +02:00
parent a9005554dc
commit 91c1fbf457

View File

@ -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