Skip to content

Commit cba7a2d

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ jobs:
5454

5555
- name: Enable Content Trust
5656
run: |
57-
export DOCKER_CONTENT_TRUST=1
57+
echo "DOCKER_CONTENT_TRUST=1" >> "$GITHUB_ENV"
58+
5859
# -------------------------------------------------------------
5960
# 0️⃣.5️⃣ Derive lower-case IMAGE_NAME for Docker tag
6061
# -------------------------------------------------------------

0 commit comments

Comments
 (0)