From b9280ef8bf018182b08226e630190d00916c4b93 Mon Sep 17 00:00:00 2001 From: nocci Date: Thu, 8 Jan 2026 13:01:30 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style(workflow):=20remove=20exce?= =?UTF-8?q?ssive=20blank=20lines=20in=20build.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - clean up excessive blank lines for improved readability and maintenance --- .forgejo/workflows/build.yml | 60 ------------------------------------ 1 file changed, 60 deletions(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index b9bc321..400412a 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -90,73 +90,13 @@ jobs: uses: actions/checkout@v4 - name: Login to registry - run: echo "${{ secrets.REG_TOKEN }}" | docker login "${{ secrets.REGISTRY }}" -u "${{ secrets.REG_USER }}" --password-stdin - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - name: Build image run: | - docker buildx build --load \ -t "${{ secrets.REGISTRY_IMAGE }}:${{ env.IMAGE_TAG }}" . - - name: Push image run: | docker push "${{ secrets.REGISTRY_IMAGE }}:${{ env.IMAGE_TAG }}"