From 326fc17458977e30f91b110154cfffd246323eaa Mon Sep 17 00:00:00 2001 From: Philippe Loctaux
Date: Wed, 5 Jul 2023 22:54:58 +0200 Subject: [PATCH] ci: login to Container Registry before --- .gitea/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 21b30ed..9d66779 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -15,6 +15,12 @@ jobs: uses: docker/setup-buildx-action@v2 with: driver-opts: image=moby/buildkit:buildx-stable-1-philt3r + - name: Login to Container Registry + uses: docker/login-action@v2 + with: + registry: git.philt3r + username: ${{ gitea.repository_owner }} + password: ${{ secrets.REGISTRY_PASSWORD }} - name: Build and push uses: docker/build-push-action@v4 env: