Skip to content

Commit

Permalink
commit hash in container name
Browse files Browse the repository at this point in the history
  • Loading branch information
source-Alexander-Rudenko committed Dec 17, 2024
1 parent 1c16932 commit 18fdf26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ jobs:
echo "Building Docker containers with commit hash..."
COMMIT_HASH=${{ env.COMMIT_HASH }} docker compose build --build-arg COMMIT_HASH=${{ env.COMMIT_HASH }}
echo "Starting Docker containers..."
docker compose up -d
COMMIT_HASH=${{ env.COMMIT_HASH }} docker compose up -d

0 comments on commit 18fdf26

Please sign in to comment.