mirror of
https://github.com/linuxserver/docker-code-server.git
synced 2025-04-15 06:09:30 +02:00
FIX: replaced value with correct ones
This commit is contained in:
parent
a9005554dc
commit
91c1fbf457
6
.github/workflows/docker-image.yml
vendored
6
.github/workflows/docker-image.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user