Skip to content

Monitor .NET 8.0 Base Image #7

Monitor .NET 8.0 Base Image

Monitor .NET 8.0 Base Image #7

name: "Monitor .NET 8.0 Base Image"
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *" # Check once a day, at midnight
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write # required to trigger repository_dispatch
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: mthalman/docker-bump-action@v0
with:
base-image-name: 'mcr.microsoft.com/dotnet/aspnet:8.0'
target-image-name: 'ghcr.io/lancemccarthy/aspirebase:8.0'