feat(ui): use a Makefile variable to download a pre-existing zui build (#1196)

Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
This commit is contained in:
Andrei Aaron
2023-02-13 22:55:05 +02:00
committed by GitHub
parent b9a75b2e44
commit 0cddb2be3e
2 changed files with 16 additions and 23 deletions
-12
View File
@@ -42,18 +42,6 @@ jobs:
- name: Check out source code
uses: actions/checkout@v3
- name: Push release tag to zui
if: github.event_name == 'release' && github.event.action == 'published' && matrix.os == 'linux' && matrix.arch == 'amd64'
uses: ncipollo/release-action@v1
with:
token: ${{ secrets.ZUI_TOKEN }}
repo: zui
owner: project-zot
tag: ${{ github.event.release.tag_name }}
name: ${{ github.event.release.name }}
body: ${{ github.event.release.body }}
commit: main
- name: Cache go dependencies
id: cache-go-dependencies
uses: actions/cache@v3