Skip to content

Commit eefd458

Browse files
authored
Update build-docker-plasma.yml
1 parent be1268f commit eefd458

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

.github/workflows/build-docker-plasma.yml

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -36,46 +36,46 @@ jobs:
3636
username: ${{ vars.CODING_DOCKER_UUID }}
3737
password: ${{ secrets.CODING_DOCKER_PASS }}
3838

39-
# Build Docker Images ===============================
40-
# - name: Build the Debian 13.00 Plasma Docker Image
41-
# run: docker buildx build
42-
# --progress=plain
43-
# --file ./Dockers/Debian/Desktops/Plasma
44-
# --tag pikachuim/debian:13.00-plasma
45-
# --build-arg OS_VERSION=13.00
46-
# --build-arg OS_VERSHOW=13.00
47-
# --build-arg OS_SYSTEMS=debian
48-
# ./Dockers/
39+
Build Docker Images ===============================
40+
- name: Build the Debian 13.00 Plasma Docker Image
41+
run: docker buildx build
42+
--progress=plain
43+
--file ./Dockers/Debian/Desktops/Plasma
44+
--tag pikachuim/debian:13.00-plasma
45+
--build-arg OS_VERSION=13.00
46+
--build-arg OS_VERSHOW=13.00
47+
--build-arg OS_SYSTEMS=debian
48+
./Dockers/
4949

50-
# - name: Build the Debian 12.00 Plasma Docker Image
51-
# run: docker buildx build
52-
# --progress=plain
53-
# --file ./Dockers/Debian/Desktops/Plasma
54-
# --tag pikachuim/debian:12.00-plasma
55-
# --build-arg OS_VERSION=12.00
56-
# --build-arg OS_VERSHOW=12.00
57-
# --build-arg OS_SYSTEMS=debian
58-
# ./Dockers/
50+
- name: Build the Debian 12.00 Plasma Docker Image
51+
run: docker buildx build
52+
--progress=plain
53+
--file ./Dockers/Debian/Desktops/Plasma
54+
--tag pikachuim/debian:12.00-plasma
55+
--build-arg OS_VERSION=12.00
56+
--build-arg OS_VERSHOW=12.00
57+
--build-arg OS_SYSTEMS=debian
58+
./Dockers/
5959

60-
# - name: Build the Ubuntu 24.04 Plasma Docker Image
61-
# run: docker buildx build
62-
# --progress=plain
63-
# --file ./Dockers/Ubuntu/Desktops/Plasma
64-
# --tag pikachuim/ubuntu:24.04-plasma
65-
# --build-arg OS_VERSION=24.04
66-
# --build-arg OS_VERSHOW=24.04
67-
# --build-arg OS_SYSTEMS=ubuntu
68-
# ./Dockers/
60+
- name: Build the Ubuntu 24.04 Plasma Docker Image
61+
run: docker buildx build
62+
--progress=plain
63+
--file ./Dockers/Ubuntu/Desktops/Plasma
64+
--tag pikachuim/ubuntu:24.04-plasma
65+
--build-arg OS_VERSION=24.04
66+
--build-arg OS_VERSHOW=24.04
67+
--build-arg OS_SYSTEMS=ubuntu
68+
./Dockers/
6969

70-
# - name: Build the Ubuntu 22.04 Plasma Docker Image
71-
# run: docker buildx build
72-
# --progress=plain
73-
# --file ./Dockers/Ubuntu/Desktops/Plasma
74-
# --tag pikachuim/ubuntu:22.04-plasma
75-
# --build-arg OS_VERSION=22.04
76-
# --build-arg OS_VERSHOW=22.04
77-
# --build-arg OS_SYSTEMS=ubuntu
78-
# ./Dockers/
70+
- name: Build the Ubuntu 22.04 Plasma Docker Image
71+
run: docker buildx build
72+
--progress=plain
73+
--file ./Dockers/Ubuntu/Desktops/Plasma
74+
--tag pikachuim/ubuntu:22.04-plasma
75+
--build-arg OS_VERSION=22.04
76+
--build-arg OS_VERSHOW=22.04
77+
--build-arg OS_SYSTEMS=ubuntu
78+
./Dockers/
7979

8080
- name: Build the Fedora 42.00 Plasma Docker Image
8181
run: docker buildx build

0 commit comments

Comments
 (0)