From 3e1010ba42cba24d4177c587d927f975355c6541 Mon Sep 17 00:00:00 2001 From: Joris Berthelot Date: Mon, 4 Jan 2021 02:11:10 +0100 Subject: [PATCH] Fix DockerHub publication job --- .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 931b5a4..b4f2957 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -65,5 +65,5 @@ jobs: uses: peter-evans/dockerhub-description@v2 with: username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} + password: ${{ secrets.DOCKERHUB_PASSWORD }} repository: ${{ github.repository }}