We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ea2d1b commit 257d0f5Copy full SHA for 257d0f5
.github/workflows/docker-build.yml
@@ -43,7 +43,7 @@ jobs:
43
44
- name: Output ACR Login Server
45
run: |
46
- echo "ACR Login Server: ${{ secrets.ACR_LOGIN_SERVER }}"
+ echo "ACR Login Server (partial): ${secrets.ACR_LOGIN_SERVER:0:5}****"
47
48
- name: Determine Tag Name Based on Branch
49
id: determine_tag
0 commit comments