Skip to content

Commit 5a3ef61

Browse files
committed
Enable content trust
1 parent fbd1308 commit 5a3ef61

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252
- name: ⬇️ Checkout code
5353
uses: actions/checkout@v4
5454

55+
- name: Enable Content Trust
56+
run: |
57+
export DOCKER_CONTENT_TRUST=1
5558
# -------------------------------------------------------------
5659
# 0️⃣.5️⃣ Derive lower-case IMAGE_NAME for Docker tag
5760
# -------------------------------------------------------------

0 commit comments

Comments
 (0)