From 1d00de797aac619939e3eb87d4704e7f183d466e Mon Sep 17 00:00:00 2001 From: Valentin Kuznetsov Date: Thu, 14 Jan 2021 12:50:08 -0500 Subject: [PATCH] Comment out again docker hub build/push since we need secrets for dmwm --- .github/workflows/build.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4a35a99..fbbb1e2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -89,17 +89,17 @@ jobs: # repository: dmwm/das2go/das2go # tag_with_ref: true - - name: Login to DockerHub - uses: docker/login-action@v1 - with: - username: ${{ secrets.DOCKER_HUB_USERNAME }} - password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} +# - name: Login to DockerHub +# uses: docker/login-action@v1 +# with: +# username: ${{ secrets.DOCKER_HUB_USERNAME }} +# password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} - - name: Build and push - uses: docker/build-push-action@v2 - with: - context: . - file: ./Dockerfile - load: true - tags: cmssw/das2go:${{steps.get-ref.outputs.tag}} - - run: docker push cmssw/das2go:${{steps.get-ref.outputs.tag}} +# - name: Build and push +# uses: docker/build-push-action@v2 +# with: +# context: . +# file: ./Dockerfile +# load: true +# tags: cmssw/das2go:${{steps.get-ref.outputs.tag}} +# - run: docker push cmssw/das2go:${{steps.get-ref.outputs.tag}}