Skip to content

Commit 8738b68

Browse files
committed
Update docker actions + add mention to README
1 parent 25e6c72 commit 8738b68

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.github/workflows/docker-image.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ The lack of time and funding has slown down this project quite a lot. It is
99
still maintained though. If you like it, use it and want to support its
1010
development, 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…

0 commit comments

Comments
 (0)