Skip to content

Commit f7b2bde

Browse files
committed
feat(73261): add GITHUB_ACTOR as build argument
1 parent 358fb07 commit f7b2bde

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci-cd-java.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ jobs:
124124
tags: 'hsldevcom/${{ env.IMAGE_NAME }}:${{ github.sha }}'
125125
secrets: |
126126
github_token=${{ secrets.GITHUB_TOKEN }}
127+
build-args:
128+
GITHUB_ACTOR=${{ github.actor }}
127129

128130
- name: Check if perform release
129131
id: perform_release

0 commit comments

Comments
 (0)