diff --git a/.github/workflows/push-image.yml b/.github/workflows/push-image.yml deleted file mode 100644 index 6ac6c4865..000000000 --- a/.github/workflows/push-image.yml +++ /dev/null @@ -1,38 +0,0 @@ -name: Push to Docker Hub - -on: - push: - tags: - - '*' - -env: - DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }} - DOCKER_HUB_TOKEN: ${{ secrets.DOCKER_HUB_TOKEN }} - -jobs: - push-to-dockerhub: - runs-on: ubuntu-latest - - steps: - - name: Checkout code - uses: actions/checkout@v2 - - - name: Set Docker tag - env: - DOCKER_TAG: ${{ github.ref }} - run: | - DOCKER_TAG=${DOCKER_TAG#refs/tags/} - DOCKER_TAG=${DOCKER_TAG/\//-} - echo "DOCKER_TAG=$DOCKER_TAG" >> $GITHUB_ENV - - - name: Build Docker image - run: docker build -t $DOCKER_HUB_USERNAME/django-markdown-editor:$DOCKER_TAG . - - - name: Log in to Docker Hub - run: docker login --username $DOCKER_HUB_USERNAME --password $DOCKER_HUB_TOKEN - env: - DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }} - DOCKER_HUB_TOKEN: ${{ secrets.DOCKER_HUB_TOKEN }} - - - name: Push Docker image - run: docker push $DOCKER_HUB_USERNAME/django-markdown-editor:$DOCKER_TAG diff --git a/martor/__init__.py b/martor/__init__.py index e08e15a23..237c0e774 100644 --- a/martor/__init__.py +++ b/martor/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -__VERSION__ = "1.6.25" +__VERSION__ = "1.6.26" __RELEASE_DATE__ = "20-Mar-2023" __AUTHOR__ = "Agus Makmun (Summon Agus)" __AUTHOR_EMAIL__ = "summon.agus@gmail.com" diff --git a/martor/static/martor/css/martor-admin.min.css b/martor/static/martor/css/martor-admin.min.css index ca921ff2f..a1a07804d 100644 --- a/martor/static/martor/css/martor-admin.min.css +++ b/martor/static/martor/css/martor-admin.min.css @@ -1,5 +1,5 @@ /** - * Name : Martor v1.6.25 + * Name : Martor v1.6.26 * Created by : Agus Makmun (Summon Agus) * Release date : 20-Mar-2023 * License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 diff --git a/martor/static/martor/css/martor.bootstrap.min.css b/martor/static/martor/css/martor.bootstrap.min.css index 6c18b28e7..012268916 100644 --- a/martor/static/martor/css/martor.bootstrap.min.css +++ b/martor/static/martor/css/martor.bootstrap.min.css @@ -1,5 +1,5 @@ /** - * Name : Martor v1.6.25 + * Name : Martor v1.6.26 * Created by : Agus Makmun (Summon Agus) * Release date : 20-Mar-2023 * License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 diff --git a/martor/static/martor/css/martor.semantic.min.css b/martor/static/martor/css/martor.semantic.min.css index bc9c6edb4..59900038f 100644 --- a/martor/static/martor/css/martor.semantic.min.css +++ b/martor/static/martor/css/martor.semantic.min.css @@ -1,5 +1,5 @@ /** - * Name : Martor v1.6.25 + * Name : Martor v1.6.26 * Created by : Agus Makmun (Summon Agus) * Release date : 20-Mar-2023 * License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 diff --git a/martor/static/martor/js/martor.bootstrap.js b/martor/static/martor/js/martor.bootstrap.js index 071bb0dc3..6ca371256 100644 --- a/martor/static/martor/js/martor.bootstrap.js +++ b/martor/static/martor/js/martor.bootstrap.js @@ -1,5 +1,5 @@ /** - * Name : Martor v1.6.25 + * Name : Martor v1.6.26 * Created by : Agus Makmun (Summon Agus) * Release date : 20-Mar-2023 * License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 diff --git a/martor/static/martor/js/martor.bootstrap.min.js b/martor/static/martor/js/martor.bootstrap.min.js index c62fd787e..2ffdd57a3 100644 --- a/martor/static/martor/js/martor.bootstrap.min.js +++ b/martor/static/martor/js/martor.bootstrap.min.js @@ -1,5 +1,5 @@ /** - * Name : Martor v1.6.25 + * Name : Martor v1.6.26 * Created by : Agus Makmun (Summon Agus) * Release date : 20-Mar-2023 * License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 diff --git a/martor/static/martor/js/martor.semantic.js b/martor/static/martor/js/martor.semantic.js index 37a439e7b..2a248aee1 100644 --- a/martor/static/martor/js/martor.semantic.js +++ b/martor/static/martor/js/martor.semantic.js @@ -1,5 +1,5 @@ /** - * Name : Martor v1.6.25 + * Name : Martor v1.6.26 * Created by : Agus Makmun (Summon Agus) * Release date : 20-Mar-2023 * License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 diff --git a/martor/static/martor/js/martor.semantic.min.js b/martor/static/martor/js/martor.semantic.min.js index 0df4ac3fb..0adbfdbfb 100644 --- a/martor/static/martor/js/martor.semantic.min.js +++ b/martor/static/martor/js/martor.semantic.min.js @@ -1,5 +1,5 @@ /** - * Name : Martor v1.6.25 + * Name : Martor v1.6.26 * Created by : Agus Makmun (Summon Agus) * Release date : 20-Mar-2023 * License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007