Skip to content

Commit

Permalink
Added missing docker login and chappjc's bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzen authored and chappjc committed Feb 21, 2023
1 parent 83af2ea commit 189d35b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
docker buildx create --use --name mybuilder
docker buildx inspect --bootstrap
- name: Log in to Docker
run: |
docker login -u ${{ env.DOCKER_USERNAME }} -p ${{ env.DOCKER_PASSWORD }}
- name: Build and Push Docker Image
run: |
docker buildx build -f client/Dockerfile --platform linux/arm64,linux/amd64 \
Expand Down

0 comments on commit 189d35b

Please sign in to comment.