From 9b106e6275cf9095ee8822f498c0cc907419da78 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Sun, 12 Sep 2021 18:03:53 +0100 Subject: [PATCH] [skip ci] Maybe don't push the individual arch images. Test Signed-off-by: Adam Warner --- .github/workflows/workflow_dispatch.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/workflow_dispatch.yml b/.github/workflows/workflow_dispatch.yml index c238546..4bc4c69 100644 --- a/.github/workflows/workflow_dispatch.yml +++ b/.github/workflows/workflow_dispatch.yml @@ -45,12 +45,12 @@ jobs: run: | echo "Building ${ARCH}-${DEBIAN_VERSION}" ./gh-actions-test.sh - - name: Push the ARCH image - if: github.event_name != 'pull_request' - run: | - . gh-actions-vars.sh - echo "${{ secrets.DOCKERHUB_PASS }}" | docker login --username="${{ secrets.DOCKERHUB_USER }}" --password-stdin - docker push "${ARCH_IMAGE}" + # - name: Push the ARCH image + # if: github.event_name != 'pull_request' + # run: | + # . gh-actions-vars.sh + # echo "${{ secrets.DOCKERHUB_PASS }}" | docker login --username="${{ secrets.DOCKERHUB_USER }}" --password-stdin + # docker push "${ARCH_IMAGE}" - name: Upload gh-workspace if: github.event_name != 'pull_request' uses: actions/upload-artifact@v1