Skip to content

Commit 496674a

Browse files
committed
WIP
1 parent ae64f95 commit 496674a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/docker-test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515

1616
- name: Set up Docker Buildx
1717
uses: docker/setup-buildx-action@v3
18-
with:
19-
version: v0.20.0
2018

2119
- name: Login to Docker Hub
2220
uses: docker/login-action@v2
@@ -25,8 +23,10 @@ jobs:
2523
password: ${{ secrets.DOCKER_PASSWORD }}
2624

2725
- name: Build
28-
run: |
29-
docker buildx build . \
30-
-f docker/Dockerfile \
31-
-t vitodeploy/vito:2.x \
32-
--platform linux/amd64,linux/arm64
26+
uses: docker/build-push-action@v4
27+
with:
28+
context: .
29+
file: docker/Dockerfile
30+
platforms: linux/amd64,linux/arm64
31+
push: false
32+
tags: vitodeploy/vito:latest

0 commit comments

Comments
 (0)