Skip to content

Commit bc171dc

Browse files
committed
action up
1 parent ac49b85 commit bc171dc

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/docker.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -24,28 +24,30 @@ jobs:
2424
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
2525

2626
- name: Build and Push Gitpod Image
27-
working-directory: Docker
2827
uses: docker/build-push-action@v6
2928
with:
3029
platforms: linux/amd64
3130
push: true
3231
file: Dockerfile.gitpod
3332
tags: rustlluk/pycub:gitpod
33+
working-directory: Docker
34+
3435

3536
- name: Build and Push VNC Image
36-
working-directory: Docker
3737
uses: docker/build-push-action@v6
3838
with:
3939
platforms: linux/amd64,linux/arm64
4040
push: true
4141
file: Dockerfile.vnc
4242
tags: rustlluk/pycub:vnc
43+
working-directory: Docker
44+
4345

4446
- name: Build and Push Standard Image
45-
working-directory: Docker
4647
uses: docker/build-push-action@v6
4748
with:
4849
platforms: linux/amd64,linux/arm64
4950
push: true
5051
file: Dockerfile
51-
tags: rustlluk/pycub:latest
52+
tags: rustlluk/pycub:latest
53+
working-directory: Docker

0 commit comments

Comments
 (0)