Skip to content

Commit 4e0f903

Browse files
committed
issue: potential fix for Docker Build&Push
1 parent 57072cf commit 4e0f903

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,3 +231,7 @@ jobs:
231231
push: ${{ env.PERFORM_RELEASE }}
232232
tags: ${{ steps.meta.outputs.tags }}
233233
labels: ${{ steps.meta.outputs.labels }}
234+
secrets: |
235+
github_token=${{ secrets.GITHUB_TOKEN }}
236+
build-args: |
237+
GITHUB_ACTOR=${{ github.actor }}

0 commit comments

Comments
 (0)