Intended to be used with apko style images i.e. InfraBits/python3-alpine
.dockerup.yaml
files:
- docker/Dockerfile
workflows:
- CI
Note: Sane defaults are used without a config file
.github/workflows/dockerup.yml
name: Update container image tags using dockerup
on: {schedule: [{cron: '13 6 * * *'}], push: {branches: [main]}}
permissions: {contents: read}
jobs: {pipup: {runs-on: ubuntu-20.04,
steps: [{uses: InfraBits/github-actions/dockerup@main,
with: {github_app_id: '${{ secrets.GH_APP_ID }}',
github_app_key: '${{ secrets.GH_APP_KEY }}'}}]}}
Note: Change the schedule/branches to suit the local repository