From da3071cfa08b4cb9910aa705862a7fb2f014ea90 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Thu, 30 Apr 2020 14:12:02 -0700 Subject: [PATCH] Uses absolute file path --- .../workflows/publish-dev-dockerimage.yaml | 19 ------------------- README.md | 2 +- 2 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 .github/workflows/publish-dev-dockerimage.yaml 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