Skip to content

Commit 97236a0

Browse files
committed
Adjust image build to have appropriate attestations and a newline in the Dockerfile
1 parent 194d711 commit 97236a0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/emails-image.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ on:
55
workflow_dispatch:
66

77
permissions:
8-
packages: write
8+
attestations: write
99
contents: read
10+
id-token: write
11+
packages: write
1012

1113
jobs:
1214
build:

emails/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FROM scratch
22

3-
ADD *.tmpl /
3+
ADD *.tmpl /

0 commit comments

Comments
 (0)