From 76fd04d836819a93f4132fc842748dbb974b57cf Mon Sep 17 00:00:00 2001 From: alex9849 Date: Wed, 17 Nov 2021 18:14:40 +0100 Subject: [PATCH] fixed image --- .github/workflows/maven-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-deploy.yml b/.github/workflows/maven-deploy.yml index 7fc0f402..67ca4c3d 100644 --- a/.github/workflows/maven-deploy.yml +++ b/.github/workflows/maven-deploy.yml @@ -91,7 +91,7 @@ jobs: run: | docker build -t alex9849/pi-cocktailmaker:${{ steps.get_version.outputs.VERSION }} -f docker/Dockerfile . docker tag alex9849/pi-cocktailmaker:${{ steps.get_version.outputs.VERSION }} alex9849/pi-cocktailmaker:latest - docker buildx build --platform linux/arm/v7 -t alex9849/pi-cocktailmaker:${{ steps.get_version.outputs.VERSION }}-pi -f docker/DockerfilePi . + docker build -t alex9849/pi-cocktailmaker:${{ steps.get_version.outputs.VERSION }}-pi -f docker/DockerfilePi . docker tag alex9849/pi-cocktailmaker:${{ steps.get_version.outputs.VERSION }}-pi alex9849/pi-cocktailmaker:latest-pi - name: Push images run: docker push alex9849/pi-cocktailmaker --all-tags