We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551b89e commit 0444850Copy full SHA for 0444850
.github/workflows/publish_docker_image.yml
@@ -59,7 +59,7 @@ jobs:
59
uses: docker/build-push-action@v5
60
with:
61
context: .
62
- file: ./Dockerfile
+ file: ./Containerfile
63
build-args: |
64
RUN_AS_USER=${{ env.TORRUST_INDEX_GUI_RUN_AS_USER }}
65
push: ${{ github.event_name != 'pull_request' }}
0 commit comments