forked from TrueCloudLab/frostfs-s3-gw
[#51] *: Temporarily disable some jobs of workflow
Because building and publishing of docker images are not working now. Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
This commit is contained in:
parent
6e12493623
commit
088cd76bc2
2 changed files with 5 additions and 0 deletions
3
.github/workflows/builds.yml
vendored
3
.github/workflows/builds.yml
vendored
|
@ -42,11 +42,14 @@ jobs:
|
||||||
name: neofs-http-gw
|
name: neofs-http-gw
|
||||||
path: bin/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:
|
build_image:
|
||||||
needs: build_cli
|
needs: build_cli
|
||||||
name: Build Docker image
|
name: Build Docker image
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|
||||||
|
if: ${{ false }} # remove this line when building of docker image will work
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# 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
|
name: Push images to DockerHub
|
||||||
|
|
||||||
# Controls when the action will run.
|
# Controls when the action will run.
|
Loading…
Reference in a new issue