4 Commits

Author SHA1 Message Date
98998f5541 infra: formatting
Some checks failed
Gentoo Utils / build-oci-image (pull_request) Successful in 9s
Gentoo Utils / build (pull_request) Failing after 25s
2025-12-07 14:52:07 -06:00
b5234652f8 infra: formatting + debug in check changes step 2025-12-07 14:51:55 -06:00
0bff75601c infra: add default branch name to outputs 2025-12-07 14:51:19 -06:00
44731beefa infra: switch to using generic runner brutalisk and manually specify container image 2025-12-07 14:50:28 -06:00

View File

@@ -30,8 +30,7 @@ jobs:
if: steps.image-changes.outputs.changes_detected == 'true'
uses: docker/setup-buildx-action@v3
-
name: Log in to Github Container Registry
- name: Log in to Github Container Registry
if: steps.image-changes.outputs.changes_detected == 'true'
uses: docker/login-action@v3
with:
@@ -39,8 +38,7 @@ jobs:
username: ${{ vars.CI_BOT_USERNAME }}
password: ${{ secrets.CI_BOT_TOKEN }}
-
name: Build and push
- name: Build and push
if: steps.image-changes.outputs.changes_detected == 'true'
uses: docker/build-push-action@v6
with: