Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
karim-daw committed Mar 30, 2024
1 parent c0f70a5 commit 76dd524
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 @@ -75,4 +75,4 @@ jobs:
docker pull ${{ env.IMAGE_NAME }}:${{ env.VERSION_TAG }} && \
docker stop ${{ env.IMAGE_NAME }} || true && \
docker rm ${{ env.IMAGE_NAME }} || true && \
docker run --name ${{ env.IMAGE_NAME }} --detach --rm -p 80:8080 ${{ env.IMAGE_NAME }}:${{ env.VERSION_TAG }}"
docker run --name ${{ env.IMAGE_NAME }}:${{ env.VERSION_TAG }} --detach --rm -p 80:8080 ${{ env.IMAGE_NAME }}:${{ env.VERSION_TAG }}"

0 comments on commit 76dd524

Please sign in to comment.