From 41ea1888c26ef6f53f86ad1286715e4fd02730b9 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Sat, 25 Mar 2023 20:32:02 +0000 Subject: ci: Migrate to GitHub Container Registry (#143) Docker Inc is sunsetting free team organizations for the Docker registry, which our organization is one of. Instead, a paid subscription is now required to maintain the organization. Given our relatively small usage of the account, it makes more sense to start publishing the container images on the GitHub Container Registry, since it is free for open source projects and integrates well with GitHub Actions. Fixes #141 --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows/build.yml') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 158c4292..ca83aefc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,6 +5,7 @@ on: branches: [ master ] push: branches: [ master ] + merge_group: jobs: build: -- cgit v1.2.3