From 1736edf3d8b012da3c48783dbf9706b415dfed0c Mon Sep 17 00:00:00 2001 From: MK Software Date: Thu, 29 Aug 2024 12:04:30 +0200 Subject: [PATCH] wip --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3a43dfc..5be08a0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,8 +26,8 @@ jobs: - name: Log in to Docker Hub uses: docker/login-action@v2 with: - password: ${{ secrets.DOCKERHUB_USER }} - username: ${{ secrets.DOCKERHUB_TOKEN }} + username: ${{ secrets.DOCKERHUB_USER }} + password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push Docker images run: |