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 3577b38 commit 7a01651Copy full SHA for 7a01651
1 file changed
.github/workflows/release.yml
@@ -101,12 +101,17 @@ jobs:
101
options: "--user root --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE"
102
103
steps:
104
- - name: "Checkout dependencies"
+ - name: "Set SOURCE_DATE_EPOCH"
105
shell: bash
106
run: |
107
set -ex
108
echo "Setting SOURCE_DATE_EPOCH env variable to ${{ needs.image_digest.outputs.SOURCE_DATE_EPOCH }}"
109
echo "SOURCE_DATE_EPOCH=${{ needs.image_digest.outputs.SOURCE_DATE_EPOCH }}" >> $GITHUB_ENV
110
+
111
+ - name: "Checkout dependencies"
112
+ shell: bash
113
+ run: |
114
+ set -ex
115
gpg --import /etc/pki/rpm-gpg/MICROSOFT-RPM-GPG-KEY
116
tdnf --snapshottime=$SOURCE_DATE_EPOCH -y update
117
tdnf --snapshottime=$SOURCE_DATE_EPOCH -y install ca-certificates git
0 commit comments