Fix bug with deck editing.

This commit is contained in:
Gareth Latty
2020-11-18 14:29:40 +00:00
parent 6216726dd3
commit 9d3ae0cc6d
4 changed files with 14 additions and 8 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ jobs:
uses: lattyware/push-docker-image-to-version-tags@v2
with:
source: "${{ matrix.component }}:${{ env.COMMIT_VERSION }}"
image: "${{ matrix.registry.image-prefix }}${{ matrix.COMPONENT }}"
image: "${{ matrix.registry.image-prefix }}${{ matrix.component }}"
hash: "${{ env.COMMIT_VERSION }}"
version: "${{ env.GIT_TAG_NAME }}"
server: "${{ matrix.registry.server }}"