Compare commits

..

4 Commits

Author SHA1 Message Date
38a75be17a build on every push
All checks were successful
Vulnerability Scan / Daily Vulnerability Scan (arm64, latest) (push) Successful in 7s
Vulnerability Scan / Daily Vulnerability Scan (arm64, latest-php74) (push) Successful in 5s
Vulnerability Scan / Daily Vulnerability Scan (amd64, latest-php74) (push) Successful in 7s
Vulnerability Scan / Daily Vulnerability Scan (amd64, latest) (push) Successful in 15s
Container Publish / on-success-skip (push) Has been skipped
Container Publish / build-image (amd64) (push) Successful in 1m0s
Container Publish / build-image (arm64) (push) Successful in 28s
Container Publish / update docker manifest (push) Successful in 10s
2025-10-02 22:50:52 +02:00
6de6a7e1c0 build on wednesday 2025-10-02 22:50:06 +02:00
c5bde2c411 skip docker cache 2025-10-02 22:49:49 +02:00
349a8a05e1 better vulnscan message 2025-10-02 22:48:53 +02:00
3 changed files with 4 additions and 6 deletions

View File

@@ -7,10 +7,8 @@ env:
on:
push:
branches:
- master
schedule:
- cron: "0 12 3 * *"
- cron: "0 12 * * 3"
workflow_dispatch:
workflow_call:
workflow_run:
@@ -48,7 +46,7 @@ jobs:
run: |
docker build \
--tag ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:latest-${{ matrix.arch }} \
--platform linux/${{ matrix.arch }} -f Dockerfile .
--platform linux/${{ matrix.arch }} --no-cache -f Dockerfile .
docker push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:latest-${{ matrix.arch }}

View File

@@ -39,7 +39,7 @@ jobs:
run: |
docker build \
--tag ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:latest-php74-${{ matrix.arch }} \
--platform linux/${{ matrix.arch }} -f Dockerfile-php74 .
--platform linux/${{ matrix.arch }} --no-cache -f Dockerfile-php74 .
docker push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:latest-php74-${{ matrix.arch }}

View File

@@ -62,4 +62,4 @@ jobs:
token: ${{ secrets.TELEGRAM_TOKEN }}
format: markdown
message: |
Found **${{ steps.vulncount.outputs.VULNCOUNT }}** vulnerabilities in `${{ github.repository }}`
Found **${{ steps.vulncount.outputs.VULNCOUNT }}** vulnerabilities in `${{ env.REGISTRY }}/${{ env.REPOSITORY }}:${{ matrix.tag }}`