Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RX0FA authored Feb 14, 2025
1 parent e5dd549 commit 33842df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build
run: make docker-build
run: |-
echo docker run --rm -v "`pwd`:/data" -w /data --env user_uid=$(id -u) --env user_gid=$(id -g)
exit 1
make docker-build
# Tag that will be automatically picked by ncipollo/release-action.
- name: Generate Tag
id: tag_step
Expand Down

0 comments on commit 33842df

Please sign in to comment.