Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
little
Browse files Browse the repository at this point in the history
  • Loading branch information
munkhsaikhan committed Sep 24, 2023
1 parent e28f824 commit a897eca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/essyncer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
cd essyncer
echo ${{ secrets.DOCKERHUB_TOKEN }} | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
docker build -t erxes/essyncer:${GITHUB_REF#refs/heads/} -f Dockerfile .
docker push erxes/essyncer:${GITHUB_REF#refs/heads/}
docker push erxes/essyncer:${GITHUB_REF#refs/heads/}
2 changes: 1 addition & 1 deletion .github/workflows/mongobi-connector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
cd mongobi-connector
echo ${{ secrets.DOCKERHUB_TOKEN }} | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
docker build -t erxes/mongobi-connector:${GITHUB_REF#refs/heads/} -f Dockerfile .
docker push erxes/mongobi-connector:${GITHUB_REF#refs/heads/}
docker push erxes/mongobi-connector:${GITHUB_REF#refs/heads/}

0 comments on commit a897eca

Please sign in to comment.