Compare commits
4 Commits
be4dc68043
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 0399273b7f | |||
| 78ae2e3d7f | |||
| 515e0e160b | |||
| 4aa7d407d5 |
@@ -50,7 +50,7 @@ jobs:
|
|||||||
ref: main
|
ref: main
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v4
|
||||||
|
|
||||||
- name: Log in to Gitea Container Registry
|
- name: Log in to Gitea Container Registry
|
||||||
uses: docker/login-action@v4
|
uses: docker/login-action@v4
|
||||||
@@ -84,7 +84,7 @@ jobs:
|
|||||||
printf "Tags:\n${{ steps.meta.outputs.tags }}"
|
printf "Tags:\n${{ steps.meta.outputs.tags }}"
|
||||||
|
|
||||||
- name: Build images
|
- name: Build images
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v7
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: false
|
push: false
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.23.3
|
FROM alpine:3.23.4
|
||||||
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
|
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
|
||||||
LABEL org.opencontainers.image.source="https://git.tainton.uk/repos/documize-docker"
|
LABEL org.opencontainers.image.source="https://git.tainton.uk/repos/documize-docker"
|
||||||
ARG DOCUMIZE_VERSION=v5.14.0
|
ARG DOCUMIZE_VERSION=v5.14.0
|
||||||
|
|||||||
Reference in New Issue
Block a user