Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

fix: wrong release docker image name #117

Merged
merged 1 commit into from
Apr 28, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
id: docker_meta
uses: crazy-max/ghaction-docker-meta@v2
with:
images: strophy/platform-test-suite
images: dashpay/platform-test-suite
tags: |
type=match,pattern=v(\d+),group=1
type=match,pattern=v(\d+.\d+),group=1
Expand Down