Skip to content

Commit

Permalink
💚 fixes destination platform
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-bouali committed Apr 7, 2024
1 parent c88233e commit 26d7f20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pipeline-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
context: book-network
file: docker/backend/Dockerfile
push: true
platforms: linux/amd64
tags: ${{ secrets.DOCKERHUB_USERNAME }}/bsn-api:${{ steps.extract_version.outputs.VERSION }},${{ secrets.DOCKERHUB_USERNAME }}/bsn-api:latest
build-args: |
PROFILE: dev
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pipeline-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
context: book-network-ui
file: docker/frontend/Dockerfile
push: true
platform: linux/amd64
tags: ${{ secrets.DOCKERHUB_USERNAME }}/bsn-ui:latest

deploy:
Expand Down

0 comments on commit 26d7f20

Please sign in to comment.