Skip to content

Commit

Permalink
docker push to ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanthlogic committed Aug 14, 2023
1 parent be55df6 commit b105ee9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ jobs:
- name: Build and Push Docker Image
run: |
docker buildx create --use
docker buildx build --platform linux/amd64 -t ghcr.io/${{ github.repository }}:latest .
docker buildx build --platform linux/amd64 -t ghcr.io/${{ github.repository }}:main .
docker buildx build --platform linux/amd64 -t ghcr.io/${{ github.repository }}:latest --push.
docker buildx stop
deploy_to_fly:
Expand Down

0 comments on commit b105ee9

Please sign in to comment.