From a6c0365f214765070a2f106c6002e425c950e899 Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Thu, 15 May 2025 17:23:29 +0200 Subject: [PATCH] Update .github/workflows/main.yml --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0fa6f6ab..02103e0d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,8 +8,8 @@ jobs: docker: runs-on: ubuntu-latest steps: - # (Test credentials early, befor failing late in the process.) - name: Login to Gitea Package Registry + # (Test credentials early, befor failing late in the process.) uses: docker/login-action@v3 with: registry: http://gitea_app:3000 @@ -39,6 +39,7 @@ jobs: registry: ghcr.io username: ${{ gitea.actor }} password: ${{ secrets.TOKEN }} + - name: Build and push uses: docker/build-push-action@v5 with: