Skip to content

Commit 254631b

Browse files
committed
correct path to Dockerfiles in action
1 parent 4239471 commit 254631b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
platforms: linux/amd64
3030
context: ./Docker
3131
push: true
32-
file: Dockerfile.gitpod
32+
file: ./Docker/Dockerfile.gitpod
3333
tags: rustlluk/pycub:gitpod
3434

3535
- name: Build and Push VNC Image
@@ -38,7 +38,7 @@ jobs:
3838
platforms: linux/amd64,linux/arm64
3939
context: ./Docker
4040
push: true
41-
file: Dockerfile.vnc
41+
file: ./Docker/Dockerfile.vnc
4242
tags: rustlluk/pycub:vnc
4343

4444
- name: Build and Push Standard Image
@@ -47,5 +47,5 @@ jobs:
4747
platforms: linux/amd64,linux/arm64
4848
context: ./Docker
4949
push: true
50-
file: Dockerfile
50+
file: ./Docker/Dockerfile
5151
tags: rustlluk/pycub:latest

0 commit comments

Comments
 (0)