Skip to content

Commit 3f991d3

Browse files
committed
wip2
1 parent a126a44 commit 3f991d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
chmod +x build.sh
4747
# The script builds using the 'nasa-ammos/...' tag internally
4848
# Execute the script directly now that we are in its directory
49-
./build-testing.sh
49+
./build.sh
5050
# Explicitly check the exit code of the script
5151
if [ $? -ne 0 ]; then
5252
echo "::error::Docker image build script failed."

0 commit comments

Comments
 (0)