Compare commits

4 Commits

Author SHA1 Message Date
99af177876 README.md aktualisiert
All checks were successful
release-tag / release-image (push) Successful in 5m0s
2025-08-06 05:24:32 +00:00
a816b37890 README.md aktualisiert
All checks were successful
release-tag / release-image (push) Successful in 4m0s
2025-07-31 05:21:52 +00:00
18c9fa4ae3 README.md aktualisiert
All checks were successful
release-tag / release-image (push) Successful in 3m39s
2025-03-31 08:29:42 +00:00
337866fad7 .gitea/workflows/registry.yml aktualisiert
All checks were successful
release-tag / release-image (push) Successful in 3m48s
2025-03-31 08:23:51 +00:00
2 changed files with 10 additions and 7 deletions

View File

@@ -5,9 +5,9 @@ on:
- 'main'
jobs:
release-image:
runs-on: ubuntu-latest
runs-on: ubuntu-fast
env:
DOCKER_ORG: sendnrw
DOCKER_ORG: ${{ vars.DOCKER_ORG }}
DOCKER_LATEST: latest
RUNNER_TOOL_CACHE: /toolcache
steps:
@@ -21,14 +21,14 @@ jobs:
uses: docker/setup-buildx-action@v2
with: # replace it with your local IP
config-inline: |
[registry."git.send.nrw"]
[registry."${{ vars.DOCKER_REGISTRY }}"]
http = true
insecure = true
- name: Login to DockerHub
uses: docker/login-action@v2
with:
registry: git.send.nrw # replace it with your local IP
registry: ${{ vars.DOCKER_REGISTRY }} # replace it with your local IP
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
@@ -47,5 +47,5 @@ jobs:
linux/amd64
push: true
tags: | # replace it with your local IP and tags
git.send.nrw/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}
git.send.nrw/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ env.DOCKER_LATEST }}
${{ vars.DOCKER_REGISTRY }}/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}
${{ vars.DOCKER_REGISTRY }}/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ env.DOCKER_LATEST }}

View File

@@ -1,3 +1,6 @@
# docker_php
- 2025-01-02: Patches and Security-Updates
- 2025-01-02: Patches and Security-Updates
- 2025-03-31: Patches and Security-Updates
- 2025-07-31: Patches and Security-Updates
- 2025-08-06: Patches and Security-Updates + Critical Fix https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-1460