Skip to content

Commit

Permalink
ci/cd: add compose project name
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Jun 6, 2024
1 parent c5444ad commit ad2c24e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
with:
working-directory: ${{ env.WORKING_DIRECTORY }}
env:
X_COMPOSE_PROJECT_NAME: ${{ env.PROJECT_NAME }}
X_SERVER_PORT: ${{ env.SERVER_PORT }}
X_DOCKER_IMAGE: ${{ env.DOCKER_IMAGE }}
X_DOCKER_TAG: ${{ env.DOCKER_TAG }}
Expand Down

0 comments on commit ad2c24e

Please sign in to comment.