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