Skip to content

Commit 41ef05c

Browse files
committed
ci(e2e): scope login to push
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent f9f3042 commit 41ef05c

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

.github/workflows/.e2e-run.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff 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 .}}'

0 commit comments

Comments
 (0)