Skip to content

Commit

Permalink
fix: remove the env from run cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
ceelogre committed Nov 29, 2024
1 parent add8646 commit d95e756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
docker rm $(docker ps -aq --filter publish=4008) || true
# Run new container
docker run -d -p 4008:3000 -e PUSHER_KEY ${{ secrets.DOCKER_HUB_USERNAME2 }}/atlp-devpulse-bn:latest
docker run -d -p 4008:3000 ${{ secrets.DOCKER_HUB_USERNAME2 }}/atlp-devpulse-bn:latest

0 comments on commit d95e756

Please sign in to comment.