Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated multi-platform build and DockerHub publication #8

Merged
merged 2 commits into from
Feb 6, 2022

Commits on Feb 6, 2022

  1. Automated multi-arch build

    This setup uses GitHub Actions to build an image for arm/v7 and arm64 then publish them on DockerHub (you need to setup repo secrets first) every time you want (workflow_dispatch), every push, every pull requests (pull_requests), or on a schedule (cronjob) :)
    
    Remove the triggers you don't want.
    
    Reminder: if you ever move the Dockerfile (or some dependencies), you will have to correct the Dockerfile path (and/or the context path).
    schklom authored Feb 6, 2022
    Configuration menu
    Copy the full SHA
    b9b787a View commit details
    Browse the repository at this point in the history
  2. Create dependabot.yml

    This checks the dependencies' versions for the Actions everyday and creates a pull request if there are new versions available.
    schklom authored Feb 6, 2022
    Configuration menu
    Copy the full SHA
    121883e View commit details
    Browse the repository at this point in the history