From aff76f8cf35ac76e6d4fd3071c9d69098df778e6 Mon Sep 17 00:00:00 2001 From: ndahisaac <92581588+ndahisaac@users.noreply.github.com> Date: Sat, 4 May 2024 18:40:13 +0100 Subject: [PATCH] Update main.yml for github actions --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 58c79cde54..70bef23fd6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 with: username: ${{ secrets.DOCKER_USERNAME }} - password: ${{ secrets.DOCKER_PASSWORD }} + password: ${{ secrets.DOCKER_TOKEN }} - name: Extract metadata (tags, labels) for Docker id: meta