chore: Remove explicit ghcr push - it's not needed

This commit is contained in:
Matthias 2024-11-01 08:29:25 +01:00
parent d056485fa1
commit 948525eb52

View File

@ -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 }}