Skip to content

Commit

Permalink
fix: image name in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Sunglasses committed Dec 10, 2023
1 parent 7fe3718 commit ccd9e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- name: Delete Old docker container
run: sudo docker rm -f pastepyprod || true
- name: Run Docker Container
run: sudo docker run -d -p 8080:8080 --name pastepyprod mrsunglasses/paste.py
run: sudo docker run -d -p 8080:8080 --name pastepyprod mrsunglasses/pastepy

0 comments on commit ccd9e91

Please sign in to comment.