[AB-204] fixing registry prefix in release job

This commit is contained in:
Sheldan
2021-03-22 01:19:55 +01:00
parent da97f040f9
commit 0a79fe2318

View File

@@ -46,5 +46,5 @@ jobs:
working-directory: ./abstracto-application/installer/src/main/docker/deployment
run: docker-compose build && docker-compose push
env:
REGISTRY_PREFIX: docker.pkg.github.com/sheldan/abstracto
REGISTRY_PREFIX: docker.pkg.github.com/sheldan/abstracto/
VERSION: ${{ env.version }}