Skip to content

Commit

Permalink
Bad interpreter error associated with the NPM release of 2.9.21 (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
goodbyepavlyi 3 authored Mar 26, 2023
1 parent c4fdf74 commit c153f3c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A clear and concise description of what the bug is.

**Theme Install Method** (Don't skip)
- Docker run / Compose Config
- If using docker mods share your container logs..
- If using docker mods share your COMPLETE container logs..
- Webserver subfilter Config
- Stylus Config

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
docker manifest create ${IMAGE}:${TAG} ${AMD64} ${ARM64} ${ARMV7}
docker manifest push ${IMAGE}:${TAG}
- name: Latest manifest
if: ${{ github.event.release.target_commitish == 'master' }}
if: ${{ github.event.release.target_commitish == 'master' }} || ${{ github.event.inputs.branch == 'master' }}
env:
DOCKER_CLI_EXPERIMENTAL: enabled
run: |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash
#!/command/with-contenv bash

echo '--------------------------------------'
echo '| Nginx Proxy Manager theme.park Mod |'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash
#!/command/with-contenv bash

echo '--------------------------------------'
echo '| Nginx Proxy Manager theme.park Mod |'
Expand Down

0 comments on commit c153f3c

Please sign in to comment.