From 873a9f1dd1d9389ebd735840b2d2abcb4189dab4 Mon Sep 17 00:00:00 2001 From: Ivan Filipovic Date: Mon, 20 Apr 2026 21:31:45 +0200 Subject: [PATCH] fix: repair docker login syntax --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 76c4dbd..5580d63 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: echo $TAG > tag.txt - name: Spremi image tag - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: image-tag path: tag.txt @@ -45,7 +45,7 @@ jobs: uses: actions/checkout@v4 - name: Preuzmi image tag - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: image-tag