We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a126a44 commit 3f991d3Copy full SHA for 3f991d3
1 file changed
.github/workflows/docker.yml
@@ -46,7 +46,7 @@ jobs:
46
chmod +x build.sh
47
# The script builds using the 'nasa-ammos/...' tag internally
48
# Execute the script directly now that we are in its directory
49
- ./build-testing.sh
+ ./build.sh
50
# Explicitly check the exit code of the script
51
if [ $? -ne 0 ]; then
52
echo "::error::Docker image build script failed."
0 commit comments