Skip to content

Commit

Permalink
fixed image
Browse files Browse the repository at this point in the history
  • Loading branch information
alex9849 committed Nov 17, 2021
1 parent a4fad64 commit 76fd04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76fd04d

Please sign in to comment.