Skip to content

Commit

Permalink
fix: build-and-push
Browse files Browse the repository at this point in the history
  • Loading branch information
haroya01 committed Jul 25, 2024
1 parent 939c232 commit e578ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

- name: build and push
run: |
docker build -f Dockerfile-dev --platform linux/arm64 -t ${{ secrets.DOCKER_HUB_USERNAME }}/${{ secrets.PROJECT_NAME }}:$TAG .
docker build -f Dockerfile-dev --platform linux/amd64 -t ${{ secrets.DOCKER_HUB_USERNAME }}/${{ secrets.PROJECT_NAME }}:$TAG .
docker push ${{ secrets.DOCKER_HUB_USERNAME }}/${{ secrets.PROJECT_NAME }}:$TAG
deploy:
Expand Down

0 comments on commit e578ac7

Please sign in to comment.