From f185c31a17b1d9ce039077b500edfc6fac5f3ae8 Mon Sep 17 00:00:00 2001 From: Alexandr Bogomyakov Date: Mon, 5 Aug 2024 17:14:00 +0300 Subject: [PATCH] Fix docker build --- .github/workflows/build-push.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/build-push.yml b/.github/workflows/build-push.yml index c152b5c..568e895 100644 --- a/.github/workflows/build-push.yml +++ b/.github/workflows/build-push.yml @@ -92,19 +92,6 @@ jobs: with: name: desubot path: ./artifacts/ -# - name: Upload binary assets -# run: | -# wget https://github.com/aktau/github-release/releases/download/v0.7.2/linux-amd64-github-release.tar.bz2 -# tar xjf linux-amd64-github-release.tar.bz2 -# export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} -# for artifact in ./artifacts/*; do -# ./bin/linux/amd64/github-release upload \ -# -u ${{ steps.get_repo_data.outputs.AUTHOR }} \ -# -r ${{ steps.get_repo_data.outputs.REPO_NAME }} \ -# --tag ${{ steps.get_version.outputs.FULL_TAG }} \ -# --name ${artifact} \ -# --file ${artifact} -# done - name: Upload Release Asset uses: actions/upload-release-asset@v1 env: