diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9f2b50f..2aedf4a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -44,6 +44,12 @@ jobs: if: github.event_name == 'release' name: Set tag envronment variable + - name: Login to DockerHub + uses: docker/login-action@v2.2.0 + with: + username: ${{ secrets.DOCKERHUB_USERNAME }} + password: ${{ secrets.DOCKERHUB_TOKEN }} + - name: Login to GitHub Container Registry uses: docker/login-action@v2.2.0 with: