From 3f97ab4f1d383ab9bd7790bcbf0236c17c3788dc Mon Sep 17 00:00:00 2001 From: 57_Wolve <57_wolve@private.email> Date: Wed, 24 Jul 2024 09:33:22 +0000 Subject: [PATCH] Update .gitea/workflows/container-build.yml --- .gitea/workflows/container-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/container-build.yml b/.gitea/workflows/container-build.yml index 0bdd086..fe5f1be 100644 --- a/.gitea/workflows/container-build.yml +++ b/.gitea/workflows/container-build.yml @@ -33,7 +33,7 @@ jobs: - name: Login to Docker Hub uses: docker/login-action@v3 with: - registry: ${REGISTRY} + registry: ${{ REGISTRY }} username: ${{ gitea.actor }} password: ${{ secrets.REGISTRY_TOKEN }} - uses: docker/build-push-action@v3