Compare commits

..

9 Commits

Author SHA1 Message Date
64e670e6c4 Remove old grype version within image scan.
All checks were successful
Build apc image / Build-and-release-image (push) Successful in 1m18s
2025-09-16 10:28:06 +00:00
b8a1fe49ca Use network mode host for build action.
Some checks failed
Build apc image / Build-and-release-image (push) Failing after 1m11s
2025-05-06 09:46:22 +00:00
d61646fded Schedule to 1am and use new build-push action.
All checks were successful
Build apc image / Build-and-release-image (push) Successful in 1m28s
2025-04-30 07:58:42 +00:00
517dbe818b Readme.md aktualisiert
All checks were successful
Build apc image / Build-and-release-image (push) Successful in 1m13s
2025-04-01 12:33:34 +02:00
d0d5cab815 Readme.md aktualisiert
Some checks failed
Build apc image / Build-and-release-image (push) Has been cancelled
2025-04-01 12:33:16 +02:00
791b298cd7 Readme.md aktualisiert
Some checks failed
Build apc image / Build-and-release-image (push) Has been cancelled
2025-04-01 12:32:56 +02:00
156b6ba6e6 Readme.md aktualisiert
Some checks failed
Build apc image / Build-and-release-image (push) Has been cancelled
2025-04-01 12:32:16 +02:00
bb9dea6611 Readme.md aktualisiert
Some checks failed
Build apc image / Build-and-release-image (push) Has been cancelled
2025-04-01 12:31:38 +02:00
b1b5d7d351 Readme.md aktualisiert
All checks were successful
Build apc image / Build-and-release-image (push) Successful in 1m14s
2025-04-01 12:30:25 +02:00
2 changed files with 8 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ on:
branches: [ master ]
schedule:
# Run every Sunday at midnight
- cron: '0 0 * * 0'
- cron: '1 0 * * 0'
env:
IMAGE: /home/apc
@@ -21,6 +21,9 @@ jobs:
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
buildkitd-flags: '--allow-insecure-entitlement network.host'
driver-opts: network=host
- name: Login to Docker Hub
uses: docker/login-action@v3
@@ -49,10 +52,12 @@ jobs:
images: ${{ secrets.REGISTRY_URL }}${{ env.IMAGE }}
- name: Build and push Docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
env:
ACTIONS_RUNTIME_TOKEN: ''
with:
allow: network.host
network: host
tags: ${{ vars.LOCAL_REGISTRY_URL }}${{ env.IMAGE }}:latest
push: true
@@ -66,7 +71,6 @@ jobs:
severity-cutoff: critical
registry-username: ${{ vars.LOCAL_REGISTRY_USER }}
registry-password: ${{ vars.LOCAL_REGISTRY_PASS }}
grype-version: 'v0.90.0'
- name: Inspect file
run: cat ${{ steps.scan.outputs.table }}

View File

@@ -1 +1 @@
[![Build Status](https://drone.fam-steinle.de/api/badges/home/apc-container/status.svg)](https://drone.fam-steinle.de/home/apc-container)
![Build status](https://cs-git.ddnss.de/home/apc-container/actions/workflows/release.yml/badge.svg)