Skip to content

Commit

Permalink
💚 fix: resolve the image issue and add --platform linux/amd64 to the …
Browse files Browse the repository at this point in the history
…build command
  • Loading branch information
mostafaghadimi committed Mar 28, 2024
1 parent 123ab42 commit 6de2392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build Docker image
run: docker build -t databurst/data-engineering-wiki:latest .
run: docker build --platform linux/amd64 -t databurst/data-engineering-wiki:latest .
- name: Log in to Docker Hub
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit 6de2392

Please sign in to comment.