Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
crohr committed May 30, 2024
1 parent 5150f5d commit e20c5b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ runs:
-v .:/pkgr/app \
-v $workspace/cache:/pkgr/cache \
-v $workspace/output:/pkgr/output \
--net=host \
-e DATABASE_URL -e REDIS_URL \
ghcr.io/crohr/pkgr/${{ inputs.target }}-${{ inputs.pkgr_version }} \
--name "${{ inputs.name }}" --version "${{ inputs.version }}" --iteration "${{ steps.setup.outputs.iteration }}"
Expand Down

0 comments on commit e20c5b2

Please sign in to comment.