Skip to content

Commit e71494e

Browse files
fixing release build
1 parent 1c6ddb2 commit e71494e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-package-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ jobs:
7979

8080
- name: Push Image to Dev Registry
8181
run: |
82-
docker push ${{env.DEV_REGISTRY}}/${{env.APP_LOWERCASE}}:{{env.BRANCH}}
82+
docker push ${{env.DEV_REGISTRY}}/${{env.APP_LOWERCASE}}:${{env.BRANCH}}

0 commit comments

Comments
 (0)