From fc280dd0efcad12579cfcf59c774e0aeb2125dbc Mon Sep 17 00:00:00 2001 From: Leif Battermann Date: Thu, 14 Mar 2024 12:12:53 +0000 Subject: [PATCH] wip --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ebab992..b35ccf5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,8 @@ jobs: - name: Set tag output id: vars - run: echo "tag=${GITHUB_REF#refs/*/v}" >> $GITHUB_OUTPUT + # run: echo "tag=${GITHUB_REF#refs/*/v}" >> $GITHUB_OUTPUT + run: echo "tag=0.9" >> $GITHUB_OUTPUT - name: Check tag run: echo ${{ steps.vars.outputs.tag }} - name: GitHub Tag Name example @@ -112,8 +113,7 @@ jobs: uses: redhat-actions/push-to-registry@v2 with: image: ${{ steps.build-image.outputs.image }} - # tags: ${{ steps.build-image.outputs.tags }} latest - tags: 0.9 latest + tags: ${{ steps.build-image.outputs.tags }} latest registry: quay.io/wire username: wire+ldapscimbridge password: ${{ secrets.REGISTRY_PASSWORD }}