Skip to content

Commit

Permalink
fix: revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ceelogre committed Nov 28, 2024
1 parent ca90fc7 commit 2676487
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,8 @@ jobs:
docker rm $(docker ps -aq --filter publish=4008) || true
# Run new container
dockerrun_out=$(docker run -d \
docker run -d \
-p 4008:3000 \
${{ secrets.DOCKER_HUB_USERNAME2 }}/atlp-devpulse-bn:latest )
if [ $? -eq 0 ]; then
echo "applications devpulse container started successfully"
else
echo "Failed to start applications devpulse container"
exit 1
fi
--env-file env \
${{ secrets.DOCKER_HUB_USERNAME2 }}/atlp-devpulse-bn:latest

0 comments on commit 2676487

Please sign in to comment.