ci: fix workflow command

pull/3802/head
Henrique Dias 2025-11-13 17:37:50 +01:00
parent 31871aaa4b
commit 94b635daf8
No known key found for this signature in database
2 changed files with 5 additions and 2 deletions

View File

@ -95,8 +95,9 @@ jobs:
uses: docker/setup-qemu-action@v3 uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
- name: Build frontend - name: Install Task
run: make build-frontend uses: go-task/setup-task@v1
- run: task build-frontend
- name: Login to Docker Hub - name: Login to Docker Hub
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:

View File

@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. See [commit
## [2.45.3](https://github.com/filebrowser/filebrowser/compare/v2.45.2...v2.45.3) (2025-11-13) ## [2.45.3](https://github.com/filebrowser/filebrowser/compare/v2.45.2...v2.45.3) (2025-11-13)
This is a test release to ensure the updated workflow works.
## [2.45.2](https://github.com/filebrowser/filebrowser/compare/v2.45.1...v2.45.2) (2025-11-13) ## [2.45.2](https://github.com/filebrowser/filebrowser/compare/v2.45.1...v2.45.2) (2025-11-13)