diff options
| author | penguin <penguin@epenguin.net> | 2025-12-07 14:51:55 -0600 |
|---|---|---|
| committer | John Turner <jturner.usa@gmail.com> | 2025-12-07 22:52:35 +0000 |
| commit | ab48b71eaa685ce82486353e741a278d06523cc1 (patch) | |
| tree | 9409f76488260dcdbb5fa1f1ab996eb993ecd7d8 | |
| parent | fe26fe3507c00ee6ee6a01a3cf7a8956e044c015 (diff) | |
| download | gentoo-utils-ab48b71eaa685ce82486353e741a278d06523cc1.tar.gz | |
infra: formatting + debug in check changes step
| -rw-r--r-- | .gitea/workflows/gentoo-utils.yml | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/.gitea/workflows/gentoo-utils.yml b/.gitea/workflows/gentoo-utils.yml index 7dacd2a..da4c9d3 100644 --- a/.gitea/workflows/gentoo-utils.yml +++ b/.gitea/workflows/gentoo-utils.yml @@ -11,8 +11,7 @@ jobs: runs-on: ubuntu-latest continue-on-error: true steps: - - - name: Checkout repo + - name: Checkout repo uses: actions/checkout@v5 with: fetch-depth: 0 @@ -25,14 +24,13 @@ jobs: echo changes_detected=true >> $GITEA_OUTPUT else echo changes_detected=false >> $GITEA_OUTPUT - fi - - - name: Set up Docker buildx + fi + cat $GITEA_OUTPUT + - name: Set up Docker buildx 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: @@ -40,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: |
