Skip to content

Commit 0444850

Browse files
committed
ci: fix, renamed Dockerfile to Containerfile
in the workflow to publish container images.
1 parent 551b89e commit 0444850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_docker_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: docker/build-push-action@v5
6060
with:
6161
context: .
62-
file: ./Dockerfile
62+
file: ./Containerfile
6363
build-args: |
6464
RUN_AS_USER=${{ env.TORRUST_INDEX_GUI_RUN_AS_USER }}
6565
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)