1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-25 06:49:23 +01:00

Uses absolute file path

This commit is contained in:
Amir Raminfar
2020-04-30 14:12:02 -07:00
parent 5484947ee3
commit da3071cfa0
2 changed files with 1 additions and 20 deletions

View File

@@ -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