Skip to content

Commit

Permalink
Update directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
CSR2017 committed Nov 20, 2024
1 parent 4e55842 commit ebf312f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
steps:
- name: Copy LICENSE and NOTICES files to docker context
run: |
cp -r ../../LICENSE ../../kafka
cp -r ../../NOTICES.md ../../kafka
cp -r ./LICENSE ../../kafka
cp -r ./NOTICES.md ../../kafka
- name: Prepare Tags
id: prepare-tags
Expand Down

0 comments on commit ebf312f

Please sign in to comment.