File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -27,27 +27,25 @@ jobs:
27
27
uses : docker/build-push-action@v6
28
28
with :
29
29
platforms : linux/amd64
30
+ context : ./Docker
30
31
push : true
31
32
file : Dockerfile.gitpod
32
33
tags : rustlluk/pycub:gitpod
33
- working-directory : Docker
34
-
35
34
36
35
- name : Build and Push VNC Image
37
36
uses : docker/build-push-action@v6
38
37
with :
39
38
platforms : linux/amd64,linux/arm64
39
+ context : ./Docker
40
40
push : true
41
41
file : Dockerfile.vnc
42
42
tags : rustlluk/pycub:vnc
43
- working-directory : Docker
44
-
45
43
46
44
- name : Build and Push Standard Image
47
45
uses : docker/build-push-action@v6
48
46
with :
49
47
platforms : linux/amd64,linux/arm64
48
+ context : ./Docker
50
49
push : true
51
50
file : Dockerfile
52
- tags : rustlluk/pycub:latest
53
- working-directory : Docker
51
+ tags : rustlluk/pycub:latest
You can’t perform that action at this time.
0 commit comments