From ac48f1c9f866380bed4b64682db80efd248df327 Mon Sep 17 00:00:00 2001 From: Stepan Kuzmin Date: Mon, 30 Sep 2019 18:34:06 +0300 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20add=20docker=20image=20act?= =?UTF-8?q?ion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dockerimage.yml => .github/workflows/dockerimage.yml | 1 - 1 file changed, 1 deletion(-) rename dockerimage.yml => .github/workflows/dockerimage.yml (99%) diff --git a/dockerimage.yml b/.github/workflows/dockerimage.yml similarity index 99% rename from dockerimage.yml rename to .github/workflows/dockerimage.yml index 2f6feb0e..95822cde 100644 --- a/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -3,7 +3,6 @@ name: Docker Image CI on: [push] jobs: - build: runs-on: ubuntu-latest steps: