Compare commits

...

4 Commits

Author SHA1 Message Date
renovate[bot]
0ecfea6b44 chore(deps): update image php to v8.5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-02 21:46:43 +00:00
renovate[bot]
855eef393c chore(deps): update docker/login-action action (v3.6.0 → v3.7.0) (#72)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-30 00:51:02 +00:00
renovate[bot]
65acd636ee chore(deps): update actions/checkout action (v6.0.1 → v6.0.2) (#71)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-24 08:41:36 +00:00
renovate[bot]
95a7997904 chore(deps): update ivuorinen/actions action (v2026.01.13 → v2026.01.21) (#70)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-23 06:40:38 +00:00
9 changed files with 11 additions and 11 deletions

View File

@@ -32,13 +32,13 @@ jobs:
arch: ["linux/amd64", "linux/arm64"] arch: ["linux/amd64", "linux/arm64"]
steps: steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
- name: Log in to the Container registry - name: Log in to the Container registry
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.actor }} username: ${{ github.actor }}

View File

@@ -37,7 +37,7 @@ jobs:
arch: ["linux/amd64", "linux/arm64"] arch: ["linux/amd64", "linux/arm64"]
steps: steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Set result filename - name: Set result filename
id: resultfile id: resultfile
@@ -52,7 +52,7 @@ jobs:
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
- name: Log in to the Container registry - name: Log in to the Container registry
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.actor }} username: ${{ github.actor }}

View File

@@ -29,4 +29,4 @@ jobs:
steps: steps:
- name: Run PR Lint - name: Run PR Lint
# https://github.com/ivuorinen/actions # https://github.com/ivuorinen/actions
uses: ivuorinen/actions/pr-lint@cbfddb24339ba1e0129cc50ab5a0045131b8a2ba # v2026.01.13 uses: ivuorinen/actions/pr-lint@f98ae7cd7d0feb1f9d6b01de0addbb11414cfc73 # v2026.01.21

View File

@@ -1,5 +1,5 @@
# vim: set ft=dockerfile ts=2 sw=2 sts=2 et: # vim: set ft=dockerfile ts=2 sw=2 sts=2 et:
FROM php:7.4@sha256:620a6b9f4d4feef2210026172570465e9d0c1de79766418d3affd09190a7fda5 FROM php:8.5@sha256:40bb9e411d6f8b852365c56ce3bb665a4e58d37f3165db0a6d7139b8523affe2
LABEL \ LABEL \
maintainer="Ismo Vuorinen <ismo@ivuorinen.net>" \ maintainer="Ismo Vuorinen <ismo@ivuorinen.net>" \

View File

@@ -1,5 +1,5 @@
# vim: set ft=dockerfile ts=2 sw=2 sts=2 et: # vim: set ft=dockerfile ts=2 sw=2 sts=2 et:
FROM php:8.0@sha256:0569e384b9064c04dec55dc6e41be41b494a878dfbb6577a7d76bd50cfd5bc00 FROM php:8.5@sha256:40bb9e411d6f8b852365c56ce3bb665a4e58d37f3165db0a6d7139b8523affe2
LABEL \ LABEL \
maintainer="Ismo Vuorinen <ismo@ivuorinen.net>" \ maintainer="Ismo Vuorinen <ismo@ivuorinen.net>" \

View File

@@ -1,5 +1,5 @@
# vim: set ft=dockerfile ts=2 sw=2 sts=2 et: # vim: set ft=dockerfile ts=2 sw=2 sts=2 et:
FROM php:8.1@sha256:a57aba6a50bbb85fcd6fffaf45048c9f54a9cdec0e64d0cb5985d4d1a44e2634 FROM php:8.5@sha256:40bb9e411d6f8b852365c56ce3bb665a4e58d37f3165db0a6d7139b8523affe2
LABEL \ LABEL \
maintainer="Ismo Vuorinen <ismo@ivuorinen.net>" \ maintainer="Ismo Vuorinen <ismo@ivuorinen.net>" \

View File

@@ -1,5 +1,5 @@
# vim: set ft=dockerfile ts=2 sw=2 sts=2 et: # vim: set ft=dockerfile ts=2 sw=2 sts=2 et:
FROM php:8.2@sha256:ed4385b854a7ef4aeee1108c75333443d64c937faaf7c7d28bf63a436df06428 FROM php:8.5@sha256:40bb9e411d6f8b852365c56ce3bb665a4e58d37f3165db0a6d7139b8523affe2
LABEL \ LABEL \
maintainer="Ismo Vuorinen <ismo@ivuorinen.net>" \ maintainer="Ismo Vuorinen <ismo@ivuorinen.net>" \

View File

@@ -1,5 +1,5 @@
# vim: set ft=dockerfile ts=2 sw=2 sts=2 et: # vim: set ft=dockerfile ts=2 sw=2 sts=2 et:
FROM php:8.3@sha256:2643907fd60518306cfe9b68ac1e969065e55362b685b16b1c2b333af1e494ef FROM php:8.5@sha256:40bb9e411d6f8b852365c56ce3bb665a4e58d37f3165db0a6d7139b8523affe2
LABEL \ LABEL \
maintainer="Ismo Vuorinen <ismo@ivuorinen.net>" \ maintainer="Ismo Vuorinen <ismo@ivuorinen.net>" \

View File

@@ -1,5 +1,5 @@
# vim: set ft=dockerfile ts=2 sw=2 sts=2 et: # vim: set ft=dockerfile ts=2 sw=2 sts=2 et:
FROM php:8.4@sha256:9eddbbdc9dc382a1e40d1d41ef5306ca00dbf088e3ba066f08717827d699592e FROM php:8.5@sha256:40bb9e411d6f8b852365c56ce3bb665a4e58d37f3165db0a6d7139b8523affe2
LABEL \ LABEL \
maintainer="Ismo Vuorinen <ismo@ivuorinen.net>" \ maintainer="Ismo Vuorinen <ismo@ivuorinen.net>" \