From 28b169dbb7dc28715c21d4c396fc1c6c3fa82c39 Mon Sep 17 00:00:00 2001 From: 0d0 <0d0acre@esiliati.org> Date: Sat, 15 Feb 2025 18:51:40 +0100 Subject: [PATCH] Lint and format --- .forgejo/workflows/release.yaml | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/.forgejo/workflows/release.yaml b/.forgejo/workflows/release.yaml index aa0d45b..1ddd268 100644 --- a/.forgejo/workflows/release.yaml +++ b/.forgejo/workflows/release.yaml @@ -38,21 +38,20 @@ jobs: release-dir: releases token: ${{ secrets.FORGEJO_TOKEN }} - build-container: - runs-on: docker + runs-on: docker - steps: - - name: Checkout Repository - uses: actions/checkout@v3 - with: - token: ${{ secrets.FORGEJO_TOKEN }} + steps: + - name: Checkout Repository + uses: actions/checkout@v3 + with: + token: ${{ secrets.FORGEJO_TOKEN }} - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 - - - name: Build and push - uses: docker/build-push-action@v6 - with: - push: true - tags: odo/dl.emersa.it:latest \ No newline at end of file + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@v3 + + - name: Build and push + uses: docker/build-push-action@v6 + with: + push: true + tags: odo/dl.emersa.it:latest