mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-12 19:23:51 +00:00
chore: use proper image name . . .
This commit is contained in:
parent
257e4ff322
commit
f392b4ec96
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -168,8 +168,6 @@ jobs:
|
|||
if-no-files-found: error
|
||||
retention-days: 1
|
||||
|
||||
|
||||
|
||||
docker-merge:
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
|
@ -218,8 +216,8 @@ jobs:
|
|||
working-directory: /tmp/digests
|
||||
run: |
|
||||
docker buildx imagetools create $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
|
||||
$(printf '${{ env.REGISTRY_IMAGE }}@sha256:%s ' *)
|
||||
$(printf 'freqtradeorg/frequi@sha256:%s ' *)
|
||||
|
||||
- name: Inspect image
|
||||
run: |
|
||||
docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }}
|
||||
docker buildx imagetools inspect freqtradeorg/frequi:${{ steps.meta.outputs.version }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user