Add build date and cleanup dockerfile

This commit is contained in:
buanet
2024-08-07 22:14:04 +02:00
parent 51a25bb2db
commit 870980ccce
4 changed files with 31 additions and 21 deletions

View File

@@ -0,0 +1,19 @@
# Github action to trigger external Debian12 image build (Tag: latest)
name: Trigger external Build (latest)
on:
release:
types: [released]
workflow_dispatch:
jobs:
trigger_latest_build_on_release:
runs-on: ubuntu-latest
steps:
- name: Trigger latest build on release
uses: benc-uk/workflow-dispatch@v1.2
with:
ref: 'main'
workflow: 'iob.docker - Build Debian 12 Image (latest)'
repo: 'buanet/private.actionsrunner'
token: ${{ secrets.ACTIONS_PAT }}