Skip to content

Commit

Permalink
fix(build): Fixed issue with container missing third party notices.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotcourant committed Jun 23, 2023
1 parent 1c72fc5 commit 2ceb7bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/incoming.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ jobs:
name: Download Third Party Notice Artifacts
with:
name: '${{ github.sha }}-notice'
path: '${{ github.workspace }}/pkg/build/NOTICE.md'
path: '${{ github.workspace }}/pkg/build/'
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ jobs:
name: Download Third Party Notice Artifacts
with:
name: '${{ github.sha }}-notice'
path: '${{ github.workspace }}/pkg/build/NOTICE.md'
path: '${{ github.workspace }}/pkg/build/'
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ jobs:
name: Download Third Party Notice Artifacts
with:
name: '${{ needs.release_please.outputs.version }}-notice'
path: '${{ github.workspace }}/pkg/build/NOTICE.md'
path: '${{ github.workspace }}/pkg/build/'
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
Expand Down

0 comments on commit 2ceb7bb

Please sign in to comment.