Skip to content

Commit 09862ac

Browse files
committed
Put metadata in annotations
Tooling for attestations is a bit crap
1 parent d92337a commit 09862ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/base-image.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
persist-credentials: false
3131

3232
- name: Registry login
33+
env:
34+
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
3335
run: |
3436
echo $DOCKER_TOKEN | docker login --username danielflook --password-stdin
3537

0 commit comments

Comments
 (0)