Skip to content

Commit

Permalink
Cut for 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith committed Sep 2, 2022
1 parent 21f4208 commit cefd947
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ jobs:
tags: |
type=edge,branch=main
type=raw,priority=950,enable=${{ startsWith(github.ref, 'refs/heads/release/v') }},value=${{ steps.semver.outputs.semver }}
type=raw,enable=${{ startsWith(github.ref, 'refs/heads/release/v0.15.') }},value=latest
type=raw,enable=${{ startsWith(github.ref, 'refs/heads/release/v0.16.') }},value=latest
type=ref,event=branch
- name: Set up Docker Buildx
Expand Down Expand Up @@ -377,7 +377,7 @@ jobs:
tags: |
type=edge,branch=main
type=raw,priority=950,enable=${{ startsWith(github.ref, 'refs/heads/release/v') }},value=${{ steps.semver.outputs.semver }}
type=raw,enable=${{ startsWith(github.ref, 'refs/heads/release/v0.15.') }},value=latest
type=raw,enable=${{ startsWith(github.ref, 'refs/heads/release/v0.16.') }},value=latest
type=ref,event=branch
- name: Set up Docker Buildx
Expand Down Expand Up @@ -440,7 +440,7 @@ jobs:
tags: |
type=edge,branch=main
type=raw,priority=950,enable=${{ startsWith(github.ref, 'refs/heads/release/v') }},value=${{ steps.semver.outputs.semver }}
type=raw,enable=${{ startsWith(github.ref, 'refs/heads/release/v0.15.') }},value=latest
type=raw,enable=${{ startsWith(github.ref, 'refs/heads/release/v0.16.') }},value=latest
type=ref,event=branch
- name: Setup JDK 11
Expand Down Expand Up @@ -536,7 +536,7 @@ jobs:
tags: |
type=edge,branch=main
type=raw,priority=950,enable=${{ startsWith(github.ref, 'refs/heads/release/v') }},value=${{ steps.semver.outputs.semver }}
type=raw,enable=${{ startsWith(github.ref, 'refs/heads/release/v0.15.') }},value=latest
type=raw,enable=${{ startsWith(github.ref, 'refs/heads/release/v0.16.') }},value=latest
type=ref,event=branch
- name: Setup JDK 11
Expand Down

0 comments on commit cefd947

Please sign in to comment.