mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-12 19:23:51 +00:00
chore: Remove explicit ghcr push - it's not needed
This commit is contained in:
parent
d056485fa1
commit
948525eb52
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user