Skip to content

Commit

Permalink
Build image only on release
Browse files Browse the repository at this point in the history
  • Loading branch information
julianschuler committed Jun 19, 2024
1 parent 88e4062 commit cf4371e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ jobs:
fail_on_unmatched_files: true
devimage:
name: Build and release development image
if: startsWith(github.ref, 'refs/tags/')
env:
version: 7.5.0
version: ${{ github.ref_name }}
needs: cicd
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit cf4371e

Please sign in to comment.