Skip to content

Commit

Permalink
ci: update port mapping in build workflow for better clarity in envir…
Browse files Browse the repository at this point in the history
…onment variables
  • Loading branch information
Koen committed Sep 5, 2024
1 parent 3579a2d commit 371904a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
{
echo "DOCKER_IMAGE_URL=${IMAGE_URL}"
echo "DOCKER_TAG=${DOCKER_TAG}"
echo "DOCKER_PORT=${DOCKER_PORT}"
echo "PORT_MAPPING=127.0.0.1:${DOCKER_PORT}:4000"
} > $ENV_FILE
echo "sha: ${{ env.SHA }}"
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
{
echo "DOCKER_IMAGE_URL=${IMAGE_URL}"
echo "DOCKER_TAG=${DOCKER_TAG}"
echo "DOCKER_PORT=${DOCKER_PORT}"
echo "PORT_MAPPING=127.0.0.1:${DOCKER_PORT}:4000"
} > $ENV_FILE
echo "sha: ${{ env.SHA }}"
Expand Down

0 comments on commit 371904a

Please sign in to comment.