diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df6c2cb5..de845bd0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -226,8 +226,3 @@ jobs: - name: Inspect image run: | docker buildx imagetools inspect freqtradeorg/frequi:${{ steps.meta.outputs.version }} - - - name: Push image to GHCR - run: | - tags=$(echo ${{ steps.meta.outputs.tags }} | jq -r '.[] | "--tag ghcr.io/freqtrade/frequi:" + .') - docker buildx imagetools create $tags freqtradeorg/frequi:${{ steps.meta.outputs.version }}