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)