Skip to content

Commit 358fb07

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

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
@@ -113,6 +113,8 @@ jobs:
113113
tags: "${{ env.IMAGE_NAME }}:${{ env.TEST_STAGE }}"
114114
secrets:
115115
github_token=${{ secrets.GITHUB_TOKEN }}
116+
build-args:
117+
GITHUB_ACTOR=${{ github.actor }}
116118

117119
- name: Build Docker Image
118120
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)