From ee1e7a16ec62467efcbfefc3d20d40dbb2d89d07 Mon Sep 17 00:00:00 2001 From: Allan Eising Date: Wed, 4 Jun 2025 18:12:25 +0200 Subject: [PATCH] Fix typo --- .gitea/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 6af4b81..5ec63c3 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -43,7 +43,7 @@ jobs: git.eising.cloud/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}-backend:${{ gitea.ref == 'refs/heads/main' && 'latest' || gitea.sha }} - - name: Build backend and push + - name: Build sshd and push uses: docker/build-push-action@v4 with: context: . @@ -54,7 +54,7 @@ jobs: tags: | git.eising.cloud/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}-sshd:${{ gitea.ref == 'refs/heads/main' && 'latest' || gitea.sha }} - - name: Build backend and push + - name: Build admin and push uses: docker/build-push-action@v4 with: context: .