1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-28 16:06:40 +01:00

Fixes push.yml

This commit is contained in:
Amir Raminfar
2020-03-31 11:45:33 -07:00
parent 8681ff042e
commit b98bae89c0

View File

@@ -23,9 +23,9 @@ jobs:
uses: actions/checkout@v2
- name: Test
run: go test -cover ./...
docker-build:
name: docker build
runs-on: ubuntu-latest
steps:
- name: Docker Build
run: docker build .
docker-build:
name: docker build
runs-on: ubuntu-latest
steps:
- name: Docker Build
run: docker build .