File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 2121 ref : ${{ github.event.inputs.tag_name || github.event.release.tag_name }}
2222
2323 - name : Build Docker image tags
24- uses : docker/metadata-action@v5
24+ uses : docker/metadata-action@v6
2525 id : meta
2626 with :
2727 images : ${{ github.repository }}
@@ -31,19 +31,19 @@ jobs:
3131 type=semver,pattern={{major}}.{{minor}}.{{patch}}
3232
3333 - name : Setup QEMU
34- uses : docker/setup-qemu-action@v3
34+ uses : docker/setup-qemu-action@v4
3535
3636 - name : Setup Docker Buildx
37- uses : docker/setup-buildx-action@v3
37+ uses : docker/setup-buildx-action@v4
3838
3939 - name : Login to Docker Hub
40- uses : docker/login-action@v3
40+ uses : docker/login-action@v4
4141 with :
4242 username : ${{ secrets.DOCKER_USERNAME }}
4343 password : ${{ secrets.DOCKER_TOKEN }}
4444
4545 - name : Build and push
46- uses : docker/build-push-action@v6
46+ uses : docker/build-push-action@v7
4747 with :
4848 push : true
4949 platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ The lack of time and funding has slown down this project quite a lot. It is
99still maintained though. If you like it, use it and want to support its
1010development, you can sponsor it or contribute in any way you can.
1111
12+ Take a look at [ Reflet] ( https://github.com/gmazoyer/reflet ) , a new project
13+ with a new approach.
14+
1215## Requirements
1316
1417 * Webserver such as Apache 2, or Lighttpd, etc…
You can’t perform that action at this time.
0 commit comments