mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-24 14:31:44 +01:00
Uses absolute file path
This commit is contained in:
19
.github/workflows/publish-dev-dockerimage.yaml
vendored
19
.github/workflows/publish-dev-dockerimage.yaml
vendored
@@ -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
|
||||
@@ -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.
|
||||
|
||||

|
||||

|
||||
|
||||
## Getting dozzle
|
||||
|
||||
|
||||
Reference in New Issue
Block a user