From cc2482dec0a72d3441e0a74a90167c17f2db4742 Mon Sep 17 00:00:00 2001 From: veenm Date: Tue, 11 Mar 2025 23:33:44 +0100 Subject: [PATCH] git actions fix --- .github/workflows/deploy-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docker.yml b/.github/workflows/deploy-docker.yml index 2b054e7..f232c12 100644 --- a/.github/workflows/deploy-docker.yml +++ b/.github/workflows/deploy-docker.yml @@ -35,7 +35,7 @@ jobs: - name: Build the Docker image run: | VERSION=$(cat version.txt) - docker build . --file Dockerfile --tag veenm/paypoint:$VERSION --tag veenm/paypoint:latest + docker buildx build . --file Dockerfile --tag veenm/paypoint:$VERSION --tag veenm/paypoint:latest --platform linux/amd64 # Stap 5: Docker-image pushen naar Docker Hub (huidige versie tag) - name: Push the Docker image (version)