File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 88env :
99 REGISTRY : ghcr.io
1010 IMAGE_NAME : ${{ github.repository }}
11+ CACHE_IMAGE_NAME : ${{ github.repository_owner }}/${{ github.event.repository.name }}
1112
1213jobs :
1314 build-and-push :
5354 labels : ${{ steps.meta.outputs.labels }}
5455 cache-from : |
5556 type=gha,scope=${{ github.workflow }}
56- type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache
57+ type=registry,ref=${{ env.REGISTRY }}/${{ format(lower( env.CACHE_IMAGE_NAME)) }}:buildcache
5758 cache-to : |
5859 type=gha,scope=${{ github.workflow }},mode=max
59- type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache,mode=max
60+ type=registry,ref=${{ env.REGISTRY }}/${{ format(lower( env.CACHE_IMAGE_NAME)) }}:buildcache,mode=max
6061 provenance : mode=max
61- sbom : true
62+ sbom : true
Original file line number Diff line number Diff line change 11[package ]
22name = " paas-server"
3- version = " 0.8.1 "
3+ version = " 0.8.2 "
44authors = [
55 " Job Doesburg <job@jobdoesburg.nl>" ,
66 " Julian van der Horst <julian.vanderhorst@ru.nl"
You can’t perform that action at this time.
0 commit comments