Skip to content

Commit

Permalink
merge ci/cd into normal maimap.tech domain
Browse files Browse the repository at this point in the history
  • Loading branch information
120MF committed Dec 1, 2024
1 parent 61dc805 commit 8fd8670
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/maimap-docker-dev:latest
tags: ${{ secrets.DOCKERHUB_USERNAME }}/maimap-docker:latest
build-args: |
NEXT_PUBLIC_AMAP_AKEY=${{ secrets.NEXT_PUBLIC_AMAP_AKEY }}
NEXT_PUBLIC_QMAP_API_KEY=${{ secrets.NEXT_PUBLIC_QMAP_API_KEY }}
NEXT_PUBLIC_BUILD_FROM=GithubAction
REPO_NAME=maimap-dev-env
REPO_NAME=maimap-env
REPO_OWNER=MoonBite666
FILE_PATH=.env
BRANCH=main
Expand Down

0 comments on commit 8fd8670

Please sign in to comment.