From 98998f5541a869064a2caafcd89eac25f3e898ac Mon Sep 17 00:00:00 2001 From: penguin Date: Sun, 7 Dec 2025 14:47:56 -0600 Subject: [PATCH] infra: formatting --- .gitea/workflows/gentoo-utils.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/gentoo-utils.yml b/.gitea/workflows/gentoo-utils.yml index 53e5e52..da4c9d3 100644 --- a/.gitea/workflows/gentoo-utils.yml +++ b/.gitea/workflows/gentoo-utils.yml @@ -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: