Skip to content

Commit

Permalink
fix: syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ceelogre committed Nov 29, 2024
1 parent af2d825 commit add8646
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=${PUSHER_KEY} ${{ secrets.DOCKER_HUB_USERNAME2 }}/atlp-devpulse-bn:latest
docker run -d -p 4008:3000 -e PUSHER_KEY ${{ secrets.DOCKER_HUB_USERNAME2 }}/atlp-devpulse-bn:latest

0 comments on commit add8646

Please sign in to comment.