From 4170a3f3b41f55946055a10d0dcc4533ba37fdc0 Mon Sep 17 00:00:00 2001 From: tebarius Date: Sun, 16 Feb 2025 15:46:58 +0100 Subject: [PATCH] token-name --- .gitea/workflows/create_and_push_multiarch_container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/create_and_push_multiarch_container.yml b/.gitea/workflows/create_and_push_multiarch_container.yml index 9c66bf5..389d349 100644 --- a/.gitea/workflows/create_and_push_multiarch_container.yml +++ b/.gitea/workflows/create_and_push_multiarch_container.yml @@ -29,7 +29,7 @@ jobs: with: registry: ${{ env.registry }} username: ${{ env.user }} - password: ${{ secrets.DOCKER_TOKEN }} + password: ${{ secrets.DOCKER_PULL_TOKEN }} - name: Get Meta id: meta