Skip to content

Commit

Permalink
Update docker-cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chs98412 authored Sep 10, 2023
1 parent bd628b9 commit 072fcb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
if: contains(github.ref, 'main')
run: |
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
docker build --platform linux/amd64,linux/arm64,linux/arm/v7 -t ${{ secrets.DOCKER_USERNAME }}/happyscrolls .
docker build --platform linux/amd64,linux/arm64 -t ${{ secrets.DOCKER_USERNAME }}/happyscrolls .
docker push ${{ secrets.DOCKER_USERNAME }}/happyscrolls
Expand Down

0 comments on commit 072fcb7

Please sign in to comment.