diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 2901066e..56b3eb59 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -82,8 +82,8 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} platforms: linux/amd64,linux/arm64 - cache-from: type=gha,scope=${{ github.workflow }} - cache-to: type=gha,mode=max,scope=${{ github.workflow }} + cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache + cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache,mode=max push: true # ziti controller always binds at /zac and trailing slash is necessary to qualify Angular runtime paths in index.html build-args: | diff --git a/RELEASE.md b/RELEASE.md index 01f9e027..5933b730 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -4,7 +4,7 @@ * Update release-notes.md with description/links to what has changed * Create a PR to "main" with above changes (and merge with approval and completed checks) -## If releasing the ziti-console lib shared library +## If releasing the ziti-console-lib shared library * Create a new Release in Github with the following release name and tag format "ziti-console-lib-vx.x.x" * Add the contents of the release-notes to the release description @@ -15,5 +15,4 @@ * Add the contents of the release-notes to the release description * Publish release(s) -* Go to Actions Tab and make sure both "Create Releases" and "Deploy QuickStart Container" actions are triggered by release -* Once both actions are complete, tell people in the usual ways +* Go to Actions tab and look for failures triggered by the release.