We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9853873 commit 03089e6Copy full SHA for 03089e6
.github/workflows/docker-release.yml
@@ -66,10 +66,15 @@ jobs:
66
67
- name: Build and push Docker image (with signing)
68
uses: docker/build-push-action@v4
69
+ env:
70
+ DOCKER_CONTENT_TRUST: 1
71
+ DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE: ${{secrets.DIGICERT_PKEY_PASSPHRASE}}
72
+ DOCKER_CONTENT_TRUST_KEY_FILENAME: ${{secrets.DIGICERT_PKEY_FILENAME}}
73
+ DOCKER_CONTENT_TRUST_PKEY_ROLE: ${{secrets.DIGICERT_PKEY_ROLE}}
74
with:
75
context: .
76
push: true
77
tags: ${{ steps.meta.outputs.tags }}
78
labels: ${{ steps.meta.outputs.labels }}
79
cache-from: type=gha
- cache-to: type=gha,mode=max
80
+ cache-to: type=gha,mode=max
0 commit comments