Skip to content

Commit

Permalink
Merge pull request #29 from barzin144/fix-docker-image-platform
Browse files Browse the repository at this point in the history
Update cd.yml
  • Loading branch information
barzin144 authored Jan 16, 2025
2 parents d3ebf04 + e22d32e commit 70b43aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:

- name: Log in to Docker Hub
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 70b43aa

Please sign in to comment.