File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ jobs:
119119 registry : ${{ env.REGISTRY_FQDN || inputs.registry }}
120120 username : ${{ env.REGISTRY_USER || secrets.registry_username }}
121121 password : ${{ env.REGISTRY_PASSWORD || secrets.registry_password }}
122+ scope : ' @push'
122123 -
123124 name : Build and push
124125 uses : ./
@@ -131,16 +132,3 @@ jobs:
131132 labels : ${{ steps.meta.outputs.labels }}
132133 cache-from : type=registry,ref=${{ env.REGISTRY_SLUG || inputs.slug }}:master
133134 cache-to : type=inline
134- -
135- name : Inspect image
136- env :
137- SLUG : ${{ env.REGISTRY_SLUG || inputs.slug }}
138- run : |
139- docker pull ${SLUG}:${{ steps.meta.outputs.version }}
140- docker image inspect ${SLUG}:${{ steps.meta.outputs.version }}
141- -
142- name : Check manifest
143- env :
144- SLUG : ${{ env.REGISTRY_SLUG || inputs.slug }}
145- run : |
146- docker buildx imagetools inspect ${SLUG}:${{ steps.meta.outputs.version }} --format '{{json .}}'
You can’t perform that action at this time.
0 commit comments