From 05acf252518363a99c5b1c097c92f66b1be877d5 Mon Sep 17 00:00:00 2001 From: Angira Kekteeva Date: Mon, 24 May 2021 15:06:48 +0300 Subject: [PATCH] *: Add docker to workflows Signed-off-by: Angira Kekteeva --- .github/workflows/builds.yml | 3 --- ...lish_to_dockerhub.yml.disabled => publish_to_dockerhub.yml} | 2 -- 2 files changed, 5 deletions(-) rename .github/workflows/{publish_to_dockerhub.yml.disabled => publish_to_dockerhub.yml} (95%) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 398f3d9a..9532af8f 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -42,14 +42,11 @@ jobs: name: neofs-http-gw path: bin/neofs-http-gw -# This job was made being skipped because building of a docker image is not working at this moment build_image: needs: build_cli name: Build Docker image runs-on: ubuntu-20.04 - if: ${{ false }} # remove this line when building of docker image will work - steps: - uses: actions/checkout@v2 with: diff --git a/.github/workflows/publish_to_dockerhub.yml.disabled b/.github/workflows/publish_to_dockerhub.yml similarity index 95% rename from .github/workflows/publish_to_dockerhub.yml.disabled rename to .github/workflows/publish_to_dockerhub.yml index 3ce59d75..7a66b761 100644 --- a/.github/workflows/publish_to_dockerhub.yml.disabled +++ b/.github/workflows/publish_to_dockerhub.yml @@ -1,5 +1,3 @@ -# Jobs in this file are disabled because building of a docker image is not working -# Remove .disabled extension to enable it name: Push images to DockerHub # Controls when the action will run.