diff --git a/.github/workflows/publish-dev-dockerimage.yaml b/.github/workflows/publish-dev-dockerimage.yaml deleted file mode 100644 index 400a736e..00000000 --- a/.github/workflows/publish-dev-dockerimage.yaml +++ /dev/null @@ -1,19 +0,0 @@ -name: Docker image (latest-dev) - -on: - push: - branches: - - master - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: jerray/publish-docker-action@master - with: - username: ${{ secrets.DOCKER_USERNAME }} - password: ${{ secrets.DOCKER_PASSWORD }} - file: Dockerfile - repository: amir20/dozzle - tags: latest-dev diff --git a/README.md b/README.md index cee94a2a..5171540a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ While dozzle should work for most, it is not meant to be a full logging solution But if you don't want to pay for these services, then Dozzle can help! Dozzle will be able to capture all logs from your containers and send them in real-time to your browser. Installation is also very easy. Dozzle is not a database. It does not store or save any logs. You can only see live logs while using Dozzle. -![Image](.github/demo.gif) +![Image](https://github.com/amir20/dozzle/blob/master/.github/demo.gif?raw=true) ## Getting dozzle