From 5815b69fcb2486fe62aa7b5040dc19b7287b6d3b Mon Sep 17 00:00:00 2001 From: albaintor <118518828+albaintor@users.noreply.github.com> Date: Thu, 10 Oct 2024 08:32:40 +0200 Subject: [PATCH] Fix --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index da9419c..5b6b9da 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -246,6 +246,7 @@ jobs: uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4 with: context: . + args: username=albaintor,password=${{ secrets.GH_PAT }} file: Dockerfile platforms: ${{ matrix.platforms }} push: true