From e24522be20c393d9b305080bb3def3d5c85a6fbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20=C5=A0trauch?= Date: Sat, 25 Oct 2025 02:05:59 +0200 Subject: [PATCH] Update release pipeline --- .github/workflows/release.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 20bac2d..3df2fda 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,10 +16,14 @@ jobs: runs-on: [dev, amd64] env: IMAGE: gitea.ceperka.net/cx/pricepower - PULL_ENDPOINT: https://admin.rosti.cz/2/stacks/pull-with-token/7e74197e-a6f6-48f1-b84f-8bfbf451822a + PULL_ENDPOINT: ${{ secrets.PULL_ENDPOINT }} steps: - uses: actions/checkout@v4 + # Install task, needed for GitHub's runner + #- name: Setup Task + # uses: illbjorn/setup-taskfile@main + # Figure out the tag - name: Get git tag id: get_tag @@ -30,7 +34,7 @@ jobs: run: echo "TAG_NAME=${{ github.event.inputs.version }}" >> $GITHUB_ENV # Build - - name: docker login + - name: Docker login run: docker login harbor.rosti.cz -u "${{ secrets.REGISTRY_DEV_USERNAME }}" -p "${{ secrets.REGISTRY_DEV_PASSWORD }}" - name: Build