diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a59a055..f994f3d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,6 +18,6 @@ jobs: registry-server: ghcr.io registry-username: ${{ github.actor }} image: ${{ github.repository }} - version: 0.15.3 + version: 0.16.0 secrets: pull-request-token: ${{ secrets.GH_ORG_PAT }}