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