Skip to content

Commit

Permalink
helper: Copy LICENSE before building the container (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaaldjorMike authored Oct 28, 2024
1 parent 08155f1 commit 81939dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ jobs:
echo "RELEASE_VERSION=master" >> $GITHUB_ENV
echo "RELEASE_COMMIT=$(git rev-parse --verify HEAD)" >> $GITHUB_ENV
echo "RELEASE_DATE=$(date --iso-8601=seconds)" >> $GITHUB_ENV
- name: copy license to helper image dir
run: cp LICENSE images/helper/
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand Down

0 comments on commit 81939dc

Please sign in to comment.