Fix backend build

This commit is contained in:
Weves
2024-06-11 14:12:58 -07:00
committed by Chris Weaver
parent 457527ac86
commit 2937fe9e7d

View File

@@ -8,8 +8,9 @@ on:
jobs: jobs:
build-and-push: build-and-push:
# for EE, run on special image-builders runners # for EE, run on special image-builders runners
# TODO: make this a matrix build like the web containers
runs-on: runs-on:
group: image-builders group: amd64-image-builders
steps: steps:
- name: Checkout code - name: Checkout code