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

feature(ci): Run docker build on all pushes #1643

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    760e223 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5133af View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. build: Do not run release-ghcr on pull_request

    The `pull_request` trigger tries to merge the base branch, and
    Hydra uses the commit tip, so nix will usually not resolve the
    correct artifact.
    sgillespie committed May 23, 2024
    Configuration menu
    Copy the full SHA
    e9ee97d View commit details
    Browse the repository at this point in the history
  2. build: Fix typo

    sgillespie committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0cdad5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58ec57e View commit details
    Browse the repository at this point in the history
  4. build: fix more typos

    sgillespie committed May 23, 2024
    Configuration menu
    Copy the full SHA
    20d47fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e51cced View commit details
    Browse the repository at this point in the history