We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f091db1 commit b9a917aCopy full SHA for b9a917a
1 file changed
.github/workflows/docker.yml
@@ -43,6 +43,9 @@ jobs:
43
44
- name: Build CWS Docker Image using script
45
run: |
46
+ cd cws-certs
47
+ ./generate-certs
48
+ cd ../
49
chmod +x build.sh
50
# The script builds using the 'nasa-ammos/...' tag internally
51
# Execute the script directly now that we are in its directory
0 commit comments