diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8c407e81..b00fd0c1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -64,6 +64,11 @@ jobs: uses: docker/setup-buildx-action@v2.0.0 with: install: true + - name: Login to Docker Hub + uses: docker/login-action@v3 + with: + username: ${{ secrets.DOCKERHUB_USERNAME }} + password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Login to GitHub Container Registry if: github.event_name != 'pull_request' uses: docker/login-action@v2