Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
battermann committed Mar 14, 2024
1 parent 9ce01e6 commit fc280dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit fc280dd

Please sign in to comment.