Skip to content

Commit

Permalink
feat: Update env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
hokhacminhtri committed Aug 1, 2024
1 parent b2ebb6d commit 902bc2f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,9 @@ ELASTICSEARCH_XPACK_SECURITY_ENABLED=false
ELASTICSEARCH_JAVA_OPTS="-Xms512m -Xmx512m"
ELASTICSEARCH_HTTP_PORT=9200
ELASTICSEARCH_TRANSPORT_PORT=9300

## DOCKER
DOCKER_ID=
IMAGE_NAME=
DOCKER_USERNAME=
DOCKER_PASSWORD=
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [ push, pull_request ]

env:
DOCKER_ID: ${{ secrets.DOCKER_ID }}
IMAGE_NAME: lemp
IMAGE_NAME: ${{ secrets.IMAGE_NAME }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

Expand Down

0 comments on commit 902bc2f

Please sign in to comment.