File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 77
88env :
99 REGISTRY : ghcr.io
10- IMAGE_NAME : ${{ github.repository | lower }}
10+ IMAGE_NAME : ${{ downcase( github.repository) }}
1111
1212jobs :
1313 build-and-push :
4141 id : meta
4242 uses : docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # 5.8.0
4343 with :
44- images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME | lower }}
44+ images : ${{ env.REGISTRY }}/${{ downcase( env.IMAGE_NAME) }}
4545 flavor : |
4646 latest=false
4747 tags : |
6565 org.opencontainers.image.revision=${{ github.sha }}
6666 org.opencontainers.image.created=${{ github.event.head_commit.timestamp }}
6767 cache-from : |
68- type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME | lower }}:cache
68+ type=registry,ref=${{ env.REGISTRY }}/${{ downcase( env.IMAGE_NAME) }}:cache
6969 type=gha
7070 cache-to : |
7171 type=gha,mode=max
72- type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME | lower }}:cache,mode=max
72+ type=registry,ref=${{ env.REGISTRY }}/${{ downcase( env.IMAGE_NAME) }}:cache,mode=max
You can’t perform that action at this time.
0 commit comments