Skip to content

Commit 257d0f5

Browse files
author
Harmanpreet Kaur
committed
edit 8
1 parent 7ea2d1b commit 257d0f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Output ACR Login Server
4545
run: |
46-
echo "ACR Login Server: ${{ secrets.ACR_LOGIN_SERVER }}"
46+
echo "ACR Login Server (partial): ${secrets.ACR_LOGIN_SERVER:0:5}****"
4747
4848
- name: Determine Tag Name Based on Branch
4949
id: determine_tag

0 commit comments

Comments
 (0)