Skip to content

Commit 60138ee

Browse files
committed
fix: correct shell syntax and update Oracle Container Registry login to use secrets
1 parent 6d0c2f1 commit 60138ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
if [ -z "$JAR_PATH" ]; then
8080
echo "Error: JAR not found for $service"
8181
exit 1
82-
}
82+
fi
8383
echo "$service build successful: $JAR_PATH"
8484
done
8585
@@ -161,6 +161,7 @@ jobs:
161161
- name: Log in to Oracle Container Registry
162162
uses: docker/login-action@v2
163163
with:
164+
164165
registry: ${{ secrets.OCI_REGISTRY }}
165166
username: ${{ secrets.OCI_USERNAME }}
166167
password: ${{ secrets.OCI_AUTH_TOKEN }}

0 commit comments

Comments
 (0)