diff --git a/.github/workflows/vulnerability-comparison.yaml b/.github/workflows/vulnerability-comparison.yaml index b0a702b4..fe27a1f9 100644 --- a/.github/workflows/vulnerability-comparison.yaml +++ b/.github/workflows/vulnerability-comparison.yaml @@ -33,6 +33,7 @@ jobs: - name: Login to Docker Hub uses: docker/login-action@v3 with: + registry: ${{ env.REGISTRY }} username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push Docker image