Skip to content

Commit 4239471

Browse files
committed
action up
1 parent bc171dc commit 4239471

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/docker.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -27,27 +27,25 @@ jobs:
2727
uses: docker/build-push-action@v6
2828
with:
2929
platforms: linux/amd64
30+
context: ./Docker
3031
push: true
3132
file: Dockerfile.gitpod
3233
tags: rustlluk/pycub:gitpod
33-
working-directory: Docker
34-
3534

3635
- name: Build and Push VNC Image
3736
uses: docker/build-push-action@v6
3837
with:
3938
platforms: linux/amd64,linux/arm64
39+
context: ./Docker
4040
push: true
4141
file: Dockerfile.vnc
4242
tags: rustlluk/pycub:vnc
43-
working-directory: Docker
44-
4543

4644
- name: Build and Push Standard Image
4745
uses: docker/build-push-action@v6
4846
with:
4947
platforms: linux/amd64,linux/arm64
48+
context: ./Docker
5049
push: true
5150
file: Dockerfile
52-
tags: rustlluk/pycub:latest
53-
working-directory: Docker
51+
tags: rustlluk/pycub:latest

0 commit comments

Comments
 (0)